Skip to content

Commit 459aebf

Browse files
Merge pull request #2 from projectsyn/fix/multi-tenant-support
Fix multi-tenant support
2 parents b634b6c + 15368b9 commit 459aebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/app.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local instance = inv.parameters._instance;
66
// Prevent creating a non-instantiated instance
77
assert instance != 'namespaces' : 'component must be instantiated with a name';
88

9-
local app = argocd.App(instance, 'default') {
9+
local app = argocd.App(instance, 'default', base='namespaces') {
1010
spec+: {
1111
syncPolicy+: {
1212
syncOptions+: [

0 commit comments

Comments
 (0)