mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
add support to routing client image (#49)
This commit is contained in:
@@ -63,6 +63,9 @@ spec:
|
|||||||
{{- if .Values.ingress.allowAutomaticPolicyCreation }}
|
{{- if .Values.ingress.allowAutomaticPolicyCreation }}
|
||||||
- --allow-automatic-policy-creation
|
- --allow-automatic-policy-creation
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.routingClientImage }}
|
||||||
|
- --netbird-client-image={{.Values.routingClientImage}}
|
||||||
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- name: webhook-server
|
- name: webhook-server
|
||||||
containerPort: {{ .Values.webhook.service.port }}
|
containerPort: {{ .Values.webhook.service.port }}
|
||||||
|
|||||||
@@ -193,3 +193,5 @@ netbirdAPI: {}
|
|||||||
#keyFromSecret:
|
#keyFromSecret:
|
||||||
# name: "Secret name"
|
# name: "Secret name"
|
||||||
# key: "NB_API_KEY"
|
# key: "NB_API_KEY"
|
||||||
|
|
||||||
|
#routingClientImage: "netbirdio/netbird:latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user