summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/_profileProperty.tpl
blob: 113bc343d039903f57e33524eeaa42571aa03594 (plain)
1
2
3
{{- define "helpers.profileProperty" -}}
  {{ if eq .condition true }}{{.value1}}{{else}}{{.value2}} {{ end }}
{{- end -}}