From 3dd449cc8e293a53f5300ccb04182e20aaf12460 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 26 Sep 2021 22:37:15 +0200 Subject: [PATCH] (fix) correct autopermissions indent error in common --- charts/library/common/Chart.yaml | 2 +- .../common/templates/lib/controller/_autopermissions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index d32a61b4ad6..0b4a7dc017c 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.0.7 +version: 8.0.8 diff --git a/charts/library/common/templates/lib/controller/_autopermissions.yaml b/charts/library/common/templates/lib/controller/_autopermissions.yaml index 5f1f364baf0..fc3fe730d81 100644 --- a/charts/library/common/templates/lib/controller/_autopermissions.yaml +++ b/charts/library/common/templates/lib/controller/_autopermissions.yaml @@ -30,8 +30,8 @@ before chart installation. - "echo 'Automatically correcting permissions...';{{ if and ( .Values.addons.vpn.configFile.enabled ) ( not ( eq .Values.addons.vpn.type "disabled" )) }}chown -R 568:568 /vpn/vpn.conf; chmod -R g+w /vpn/vpn.conf;{{ end }}{{ range $_, $hpm := $hostPathMounts }}chown -R :{{ $group }} {{ $hpm.mountPath | squote }}; chmod -R g+w {{ $hpm.mountPath | squote }};{{ end }}" volumeMounts: {{- if and ( .Values.addons.vpn.configFile.enabled ) ( not ( eq .Values.addons.vpn.type "disabled" )) }} - - name: vpnconfig - mountPath: /vpn/vpn.conf + - name: vpnconfig + mountPath: /vpn/vpn.conf {{- end }} {{- range $name, $hpm := $hostPathMounts }} - name: {{ $name }}