seperate setup and post-setup to prevent double setup runs on common chart

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-10 00:03:07 +02:00
parent dd207168f7
commit 799baea4dc
15 changed files with 74 additions and 67 deletions
@@ -2,7 +2,7 @@
{{- include "common.setup" . }}
{{/* Render the templates */}}
{{ include "common.all" . }}
{{ include "common.postSetup" . }}
{{/* Render configmap for littlelink */}}
{{- include "littlelink.configmap" . }}