prep incubator apps for newer common versions

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-13 23:43:55 +02:00
parent 256af9e373
commit 87feff3a17
3 changed files with 6 additions and 6 deletions
@@ -1,4 +1,4 @@
{{- include "common.values.setup" . }}
{{- include "common.setup" . }}
{{/* Append the hardcoded settings */}}
{{- define "icantbelieveitsnotvaletudo.harcodedValues" -}}
@@ -27,4 +27,4 @@ service:
{{- $_ := mergeOverwrite .Values (include "icantbelieveitsnotvaletudo.harcodedValues" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "common.all" . }}
{{ include "common.postSetup" . }}