Adoption of Namespaces with --adopt-existing-resources
#2624
Labels
enhancement ✨
New feature or request
--adopt-existing-resources
#2624
Is your feature request related to a problem? Please describe.
As Ezra I want to be able to adopt namespaces with
--adopt-existing-resources
so that I can get deployments into a consistent state if the namespace already exists.Describe the solution you'd like
zarf.dev/agent: ignore
label--adopt-existing-resources
zarf.dev/agent: ignore
label is droppedzarf.dev/agent: ignore
label in the Zarf package (i.e. with a namespace Helm template)zarf.dev/agent: ignore
label--adopt-existing-resources
zarf.dev/agent: ignore
label is keptzarf.dev/agent: ignore
label in the Zarf package (i.e. with a namespace Helm template)--adopt-existing-resources
zarf.dev/agent: ignore
label is addedDescribe alternatives you've considered
This could be done with more labels or in a more global way but the
zarf.dev/agent: ignore
label is the most common Zarf-specific one folks may run into (especially given Zarf adds this label to all namespaces onzarf init
).Additional context
This came out of the resolution of: #2623
Namespace labels should not be mutate when not passing the
--adopt-existing-resources
flagThe text was updated successfully, but these errors were encountered: