Skip to content

Commit 6e3bff7

Browse files
authored
feat: implement option for defining clientImage
1 parent 7b08362 commit 6e3bff7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/kubernetes-operator/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ spec:
4848
{{- if .Values.managementURL }}
4949
- --netbird-management-url={{.Values.managementURL}}
5050
{{- end }}
51+
{{- if .Values.clientImage }}
52+
- --netbird-client-image={{.Values.clientImage}}
53+
{{- end }}
5154
{{- if .Values.cluster.name }}
5255
- --cluster-name={{.Values.cluster.name}}
5356
{{- end }}

0 commit comments

Comments
 (0)