glamorous-painting-54907
02/06/2023, 7:45 AMsecretKeyRef
but seems it's not picked up by fleet.
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) clusterhelm:
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?