mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39: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
|
||||
spec:
|
||||
destination:
|
||||
namespace: local-path-provisioner
|
||||
namespace: local-path-storage
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
path: apps/system/local-path-provisioner
|
||||
repoURL: git@github.com:amkartashov/gf-k8s
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue