Allow to use Secrets/ConfigMaps from storageNamespace
in HelmRelease .spec.valuesFrom
#5171
-
Hi Community, I'm currently evaluating whether FluxCD can replace our custom deployment tools. We use mostly Helm. Is there a way to configure the HelmRelease to consume a Secret or ConfigMap from the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can place the HelmReleases in the We are not going to allow Secrets to be referenced cross-namespaces, as this would break Kubernetes/Flux RBAC. |
Beta Was this translation helpful? Give feedback.
You can place the HelmReleases in the
config
namespace, and you would set both thestorageNamespace
andtargetNamespace
to where the Helm release needs to be deployed, e.g. theapps
namespace.We are not going to allow Secrets to be referenced cross-namespaces, as this would break Kubernetes/Flux RBAC.