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
@@ -14,4 +14,4 @@ volumeSpec:
{{- $_ := set .Values.persistence "mosquitto-config" (include "mosquitto.configVolume" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "common.all" . }}
{{ include "common.postSetup" . }}