MoJo2600 / pihole-kubernetes

PiHole on kubernetes
506 stars 178 forks source link

Password set with existingSecret not working #311

Open gianmarco-mameli opened 3 months ago

gianmarco-mameli commented 3 months ago

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