add support to routing client image (#49)

This commit is contained in:
Maycon Santos
2025-07-10 12:57:12 +02:00
committed by GitHub
parent 09249b6b62
commit 48c2f42b00
2 changed files with 6 additions and 1 deletions
@@ -63,6 +63,9 @@ spec:
{{- if .Values.ingress.allowAutomaticPolicyCreation }}
- --allow-automatic-policy-creation
{{- end }}
{{- if .Values.routingClientImage }}
- --netbird-client-image={{.Values.routingClientImage}}
{{- end }}
ports:
- name: webhook-server
containerPort: {{ .Values.webhook.service.port }}
+3 -1
View File
@@ -192,4 +192,6 @@ netbirdAPI: {}
# key: "nbp_m0LM9ZZvDUzFO0pY50iChDOTxJgKFM3DIqmZ"
#keyFromSecret:
# name: "Secret name"
# key: "NB_API_KEY"
# key: "NB_API_KEY"
#routingClientImage: "netbirdio/netbird:latest"