Hi I use the solution https://github.com/percona/percona-helm-charts/tree/main/charts/pxc-db, i try to setup pmm client. When i set pmmserverkey i get
Error: UPGRADE FAILED: template: pxc-db/templates/cluster-secret.yaml:14:44: executing "pxc-db/templates/cluster-secret.yaml" at <b64enc>: invalid value; expected string
I tried to set the value in two ways
secrets:
passwords:
pmmserverkey: "mypmmserverkey"
and
secrets:
passwords:
pmmserverkey: mypmmserverkey
but the result is the same, how can it be fixed?