https://rancher.com/ logo
Title
g

glamorous-painting-54907

07/21/2022, 5:54 AM
How shall I deal with secrets? I have a helm chart which requires a secret and token. I can add them to
fleet.yaml
which are then visible to everyone.
Ahh I can use
valuesFrom:
  - configMapKeyRef:
      name: configmap-values
      # default to namespace of bundle
      namespace: default 
      key: values.yaml
    secretKeyRef:
      name: secret-values
      namespace: default
      key: values.yaml