fixes namespace in argocd-sso.yaml
This commit is contained in:
parent
266dce0b6c
commit
fba4846d53
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spec:
|
||||||
path: "stacks/core/argocd-sso"
|
path: "stacks/core/argocd-sso"
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: monitoring
|
namespace: argocd
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
Loading…
Reference in a new issue