From 02525795d2c7ce03fe58818a5bd103aa3dcd1e5a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 3 Mar 2021 16:02:00 +0100 Subject: [PATCH] Update _all.tpl --- library/common/templates/_all.tpl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/library/common/templates/_all.tpl b/library/common/templates/_all.tpl index 9045fc9b11b..b2f730a3ad0 100644 --- a/library/common/templates/_all.tpl +++ b/library/common/templates/_all.tpl @@ -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 -}}