https://rancher.com/ logo
#fleet
Title
g

glamorous-painting-54907

02/06/2023, 7:45 AM
I am using
secretKeyRef
but seems it's not picked up by fleet.
Copy code
helm:
  valuesFrom:
    - secretKeyRef:
        name: clusterconfig
        namespace: cattle-gatekeeper-system
        key: values.yaml
Whereas the secret
clusterconfig
is in ns
cattle-gatekeeper-system
in the target (downstream) cluster
So far I had the clusterconfig in the namespace gatekeeper-policy-manager in the downstream cluster. I also tried to add clusterconfig in the namespace fleet-default in the local cluster, and adjusting the reference as follows
Copy code
helm:
  valuesFrom:
  - secretKeyRef:
      name: clusterconfig
      namespace: fleet-default
      key: values.yaml
But this also did not work. I am doing something wrong or is this a bug?
6 Views