Files
truecharts/charts/stable/portainer-ce/templates/common.yaml
T
Stavros KoisandGitHub 6b640db428 feat(portainer): move to stable (#3945)
* remove 'templates' as it's about docker not helm

* feat(portainer): move to stable
2022-09-28 22:50:29 +02:00

11 lines
366 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- $newArgs := (include "portainer.args" . | fromYaml) }}
{{- $_ := set .Values "newArgs" $newArgs -}}
{{- $args := concat .Values.args .Values.newArgs.args }}
{{- $_ := set .Values "args" $args -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}