Piped-Kubernetes/charts/apps/piped/templates/common.yaml

13 lines
368 B
YAML
Raw Normal View History

2023-02-15 01:25:36 +00:00
---
{{- include "common.values.setup" . }}
{{- define "app-template.hardcodedValues" -}}
# Set the nameOverride based on the release name if no override has been set
{{ if not .Values.global.nameOverride }}
global:
nameOverride: "{{ .Release.Name }}"
{{ end }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "app-template.hardcodedValues" . | fromYaml) -}}