rancher-charts/charts/rancher-webhook/1.0.2+up0.2.2/templates/_helpers.tpl

12 lines
282 B
Smarty
Raw Normal View History

2021-10-26 16:27:25 +00:00
{{- define "system_default_registry" -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}
{{- define "rancher-webhook.labels" -}}
app: rancher-webhook
{{- end }}