Update _all.tpl

This commit is contained in:
Kjeld Schouten-Lebbing 2021-03-03 16:02:00 +01:00 committed by kjeld Schouten-Lebbing
parent 699e5c87d3
commit 02525795d2
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 0 additions and 10 deletions

View File

@ -24,16 +24,6 @@ Main entrypoint for the common library chart. It will render all underlying temp
{{- /* Merge the local chart values and the common chart defaults */ -}}
{{- include "common.values.setup" . }}
{{- /* Enable code-server add-on if required */ -}}
{{- if .Values.addons.codeserver.enabled }}
{{- include "common.addon.codeserver" . }}
{{- end -}}
{{- /* Enable VPN add-on if required */ -}}
{{- if .Values.addons.vpn.enabled }}
{{- include "common.addon.vpn" . }}
{{- end -}}
{{- /* Build the templates */ -}}
{{- include "common.pvc" . }}
{{- print "---" | nindent 0 -}}