We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b634b6c + 15368b9 commit 459aebfCopy full SHA for 459aebf
component/app.jsonnet
@@ -6,7 +6,7 @@ local instance = inv.parameters._instance;
6
// Prevent creating a non-instantiated instance
7
assert instance != 'namespaces' : 'component must be instantiated with a name';
8
9
-local app = argocd.App(instance, 'default') {
+local app = argocd.App(instance, 'default', base='namespaces') {
10
spec+: {
11
syncPolicy+: {
12
syncOptions+: [
0 commit comments