We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b08362 commit 6e3bff7Copy full SHA for 6e3bff7
helm/kubernetes-operator/templates/deployment.yaml
@@ -48,6 +48,9 @@ spec:
48
{{- if .Values.managementURL }}
49
- --netbird-management-url={{.Values.managementURL}}
50
{{- end }}
51
+ {{- if .Values.clientImage }}
52
+ - --netbird-client-image={{.Values.clientImage}}
53
+ {{- end }}
54
{{- if .Values.cluster.name }}
55
- --cluster-name={{.Values.cluster.name}}
56
0 commit comments