diff --git a/helm/kubernetes-operator/templates/deployment.yaml b/helm/kubernetes-operator/templates/deployment.yaml index 7ee2f72..462f11e 100644 --- a/helm/kubernetes-operator/templates/deployment.yaml +++ b/helm/kubernetes-operator/templates/deployment.yaml @@ -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 }} diff --git a/helm/kubernetes-operator/values.yaml b/helm/kubernetes-operator/values.yaml index c2fa6b6..3d0e332 100644 --- a/helm/kubernetes-operator/values.yaml +++ b/helm/kubernetes-operator/values.yaml @@ -192,4 +192,6 @@ netbirdAPI: {} # key: "nbp_m0LM9ZZvDUzFO0pY50iChDOTxJgKFM3DIqmZ" #keyFromSecret: # name: "Secret name" - # key: "NB_API_KEY" \ No newline at end of file + # key: "NB_API_KEY" + +#routingClientImage: "netbirdio/netbird:latest"