From 4d3f029c0060c6b6663d1f3edc8533e6da56772b Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Fri, 26 Apr 2024 15:07:01 +0100 Subject: [PATCH] fix: indentation of multi-line vpn.before --- .gitignore | 1 + chart/Chart.yaml | 2 +- chart/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e0ef30 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +values.test.yaml diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 90a6835..1bd47a7 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.10 +version: 1.3.11 # 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 aa71704..58ae7f8 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -58,7 +58,7 @@ spec: - -c - | {{- if ne .Values.vpn.before "" }} - {{ .Values.vpn.before }} + {{- .Values.vpn.before | nindent 14 }} {{- end }} echo Copying config file to shared volume cp /wg/wg0.conf /config/wg0.conf