lab-apps (Add): sourceNamespaces for any-namespace factory apps #90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-8-lab-apps-source-namespaces"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to lab/automation#8: with application.namespaces: '', Argo CD v3.5.2 only permits Applications outside the argocd namespace when the referenced project's spec.sourceNamespaces matches the app's namespace (AppProject.IsAppNamespacePermitted, verified in v3.5.2 source). The factory smoke Application in dev-apps-source was rejected ('not permitted to use project lab-apps'). Adds sourceNamespaces: [''] to lab-apps, matching the project's existing wildcard style.