peimanja / helm-charts

Collection of helm charts
https://peimanja.github.io/helm-charts
Apache License 2.0
11 stars 3 forks source link

Existing secret failure #10

Closed kononovbolt closed 1 year ago

kononovbolt commented 1 year ago

hey) In helm values if set existingSecret: true, the manifest gets render error. the template manifest then looks like that: envFrom:

Error: YAML parse error on prometheus-artifactory-exporter/templates/deployment.yaml: error converting YAML to JSON: yaml: line 59: found character that cannot start any token

tomgeorge commented 1 year ago

What was the resolution for this? I'm running into it as well

EDIT: existingSecret expects a secret name, not a boolean.