Open gianmarco-mameli opened 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:
adminPassword
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
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:and the secret configured like this
doesn't work
What am I doing wrong? Thanks