improv: improve dns and vpn values.yaml syntaxis (#970)

* improv: improve dns and vpn values.yaml syntaxis

* hmm

* fix tests

* no message
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-12 17:39:01 +02:00
committed by GitHub
parent 389e5d5803
commit b660bbf457
8 changed files with 82 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Main entrypoint for the common library chart. It will render all underlying temp
{{- end -}}
{{- /* Enable VPN add-on if required */ -}}
{{- if .Values.addons.vpn.enabled }}
{{- if ne "disabled" .Values.addons.vpn.type -}}
{{- include "common.addon.vpn" . }}
{{- end -}}