aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/soHelpers/templates/_profileProperty.tpl
blob: 56910ebebdceaefc0fdc5ce330c94844db4c2103 (plain)
1
2
3
{{- define "so.helpers.profileProperty" -}}
  {{ if .condition }}{{ .value1 }}{{ else }}{{ .value2 }}{{ end }}
{{- end -}}