mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
13 lines
No EOL
368 B
YAML
13 lines
No EOL
368 B
YAML
---
|
|
{{- 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) -}} |