Open
Description
Hi,
I've deployed this chart on a k3s instance, all works as expected except the admin password configured as external secret.
If I use the value adminPassword
it works, but with this snippet in the values:
admin:
enabled: true
existingSecret: "pihole-password"
and the secret configured like this
Name: pihole-password
Namespace: pihole
Labels: <none>
Annotations: <none>
Type: Opaque
Data
====
password: 6 bytes
doesn't work
What am I doing wrong?
Thanks
Metadata
Metadata
Assignees
Labels
No labels