From ef2fdca8ba1d98c070455eea9abcf237919c76e4 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 11 Jan 2024 17:27:50 +0100 Subject: [PATCH] fixup! dev-docs: full L3 connectivity in VPN chart --- dev-docs/howto/vpn/helm/templates/operator-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/howto/vpn/helm/templates/operator-deployment.yaml b/dev-docs/howto/vpn/helm/templates/operator-deployment.yaml index 543c8d4dfb..5c33b8a513 100644 --- a/dev-docs/howto/vpn/helm/templates/operator-deployment.yaml +++ b/dev-docs/howto/vpn/helm/templates/operator-deployment.yaml @@ -20,7 +20,7 @@ spec: containers: - name: operator image: {{ .Values.image | quote }} - command: ["sh", "/scripts/entrypoint.sh"] # TODO: remove tini and add signal handler + command: ["sh", "/scripts/entrypoint.sh"] env: {{- include "..commonEnv" . | nindent 10 }} volumeMounts: - name: scripts