Skip to content

Commit 4243595

Browse files
committed
fix: argocd sync 옵션
1 parent af13fde commit 4243595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/argocd/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def sync_application(argocd_host, argocd_access_token, application_name):
124124
},
125125
"resources": None,
126126
"syncOptions": {
127-
"items": ["ApplyOutOfSyncOnly=true"]
127+
"items": ["CreateNamespace=true"]
128128
}
129129
}
130130

0 commit comments

Comments
 (0)