You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that RFC-0002 and RFC-0003 need more debating, I propose we add a boolean flag --no-cross-namespace-refs to all controllers so that users can disable cross-namespace references if they wish to do so.
This applies to:
GitRepository, Bucket and HelmRepository references in Kustomizations and HelmReleases
ImageRepository references in ImagePolicies
GitRepository references in ImageUpdateAutomations
Kustomization, HelmRelease, image and source references in Alerts
Flag spec:
flag.BoolVar(&noCrossNamespaceRefs, "no-cross-namespace-refs", false,
"When set to true, references between custom resources are allowed "+"only if the reference and the referee are in the same namespace.")
Components:
fluxcd/pkg/runtime
kustomize-controller
helm-controller
notification-controller
image-reflector-controller
image-automation-controller
The text was updated successfully, but these errors were encountered:
Given that RFC-0002 and RFC-0003 need more debating, I propose we add a boolean flag
--no-cross-namespace-refs
to all controllers so that users can disable cross-namespace references if they wish to do so.This applies to:
GitRepository
,Bucket
andHelmRepository
references inKustomizations
andHelmReleases
ImageRepository
references inImagePolicies
GitRepository
references inImageUpdateAutomations
Kustomization
,HelmRelease
, image and source references inAlerts
Flag spec:
Components:
The text was updated successfully, but these errors were encountered: