Skip to content

Commit

Permalink
[charts] go-tlshd: the command is brought to the standard
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <[email protected]>
  • Loading branch information
krpsh123 committed Dec 12, 2024
1 parent c2c4372 commit ed5b946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/csi/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
mountPath: /lib/modules
- name: net-hendshake-checker
image: {{ include "helm_lib_module_image" (list . "tlshd") }}
command: ["/go-tlshd", "--mode", "init-containers"]
command: ["/go-tlshd", "--mode=init-containers"]
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand All @@ -69,7 +69,7 @@
{{- define "csi_tlshd_container" }}
- name: tlshd
image: {{ include "helm_lib_module_image" (list . "tlshd") }}
command: ["/go-tlshd", "--mode", "containers"]
command: ["/go-tlshd", "--mode=containers"]
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit ed5b946

Please sign in to comment.