feat: add sync policy
This commit is contained in:
parent
d3d5351917
commit
4ba365a53c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: rook-ceph
|
namespace: rook-ceph
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://charts.rook.io/release
|
repoURL: https://charts.rook.io/release
|
||||||
|
|
Loading…
Reference in a new issue