mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
local-path-provisioner: fix namespace
This commit is contained in:
parent
46470b5e2e
commit
28ff1bf73c
1 changed files with 1 additions and 3 deletions
|
|
@ -7,15 +7,13 @@ metadata:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: local-path-provisioner
|
namespace: local-path-storage
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: apps/system/local-path-provisioner
|
path: apps/system/local-path-provisioner
|
||||||
repoURL: git@github.com:amkartashov/gf-k8s
|
repoURL: git@github.com:amkartashov/gf-k8s
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue