rancher-charts/charts/rancher-webhook/0.1.400+up0.1.4/templates/_helpers.tpl

12 lines
282 B
Smarty
Raw Normal View History

2022-05-31 08:28:57 +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 }}