fix deploy cilium

This commit is contained in:
Serge Logvinov
2022-08-18 18:37:59 +03:00
parent 4ec9b3b32c
commit f4c427c29a
2 changed files with 3 additions and 0 deletions

View File

@@ -816,6 +816,8 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
# ensure pods roll when configmap updates
cilium.io/cilium-configmap-checksum: "10bcfd4171cc8219b04f7404f8c9add742e0de9272cd864272e80f23ec406384"
labels: labels:
io.cilium/app: operator io.cilium/app: operator
name: cilium-operator name: cilium-operator

View File

@@ -5,6 +5,7 @@ k8sServicePort: "6443"
operator: operator:
enabled: true enabled: true
rollOutPods: true
replicas: 1 replicas: 1
prometheus: prometheus:
enabled: false enabled: false