fix: helm params
This commit is contained in:
parent
2bdab1b0a7
commit
748b6bf8eb
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,9 @@ metadata:
|
|||
annotations:
|
||||
avp.kubernetes.io/ignore: "true"
|
||||
spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
destination:
|
||||
namespace: kube-system
|
||||
server: https://kubernetes.default.svc
|
||||
|
@ -18,6 +21,10 @@ spec:
|
|||
targetRevision: 1.16.2
|
||||
chart: cilium
|
||||
|
||||
helm:
|
||||
values: |
|
||||
kubeProxyReplacement: "true"
|
||||
|
||||
# helm:
|
||||
# values: |
|
||||
# configs:
|
||||
|
|
Loading…
Reference in a new issue