TrueChartsClone/charts/incubator/flame/templates/common.yaml

11 lines
408 B
YAML
Raw Normal View History

{{/* Make sure all variables are set properly */}}
2023-12-07 14:33:49 +00:00
{{- include "tc.v1.common.loader.init" . }}
{{- if .Values.env.enable_integration -}}
{{- $_ := set .Values "serviceAccount" (include "flame.integration.serviceAccount" . | fromYaml) -}}
{{- $_ := set .Values "rbac" (include "flame.integration.rbac" . | fromYaml) -}}
{{- end -}}
{{/* Render the templates */}}
2023-12-07 14:33:49 +00:00
{{ include "tc.v1.common.loader.apply" . }}