From 15cc827a59628b667da48688e8a71326d212afed Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Sat, 1 Jun 2024 13:15:24 +0100 Subject: [PATCH] fix: quote env var strings --- chart/Chart.yaml | 2 +- chart/templates/deployment.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3eebd16..de81992 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.14 +version: 1.3.15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index d9adf39..14ee536 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -137,8 +137,10 @@ spec: securityContext: {{- toYaml .Values.vpn.securityContext | nindent 12 }} env: - PUID: "911" - PGID: "911" + - name: PUID + value: "911" + - name: PGID + value: "911" livenessProbe: exec: command: