Skip to content

Commit 3c18ec1

Browse files
authored
Merge pull request #2020 from kubearmor/fix-helm-flag
fix(deploy/helm): `annotateExisting` flag in helm chart
2 parents c918ffa + 5804ca1 commit 3c18ec1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployments/helm/KubeArmor/templates/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ spec:
7979
spec:
8080
containers:
8181
- args:
82-
- --health-probe-bind-address=:8081
83-
- --leader-elect
84-
- --anotateExisting=false
82+
- --annotateExisting=false
8583
command:
8684
- /manager
8785
image: {{printf "%s:%s" .Values.kubearmorController.image.repository .Values.kubearmorController.image.tag}}

0 commit comments

Comments
 (0)