Skip to content

Password set with existingSecret not working #311

Open
@gianmarco-mameli

Description

@gianmarco-mameli

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions