These OOM changes are related AAF Integration
[oom.git] / kubernetes / so / templates / _profileProperty.tpl
diff --git a/kubernetes/so/templates/_profileProperty.tpl b/kubernetes/so/templates/_profileProperty.tpl
new file mode 100644 (file)
index 0000000..113bc34
--- /dev/null
@@ -0,0 +1,3 @@
+{{- define "helpers.profileProperty" -}}
+  {{ if eq .condition true }}{{.value1}}{{else}}{{.value2}} {{ end }}
+{{- end -}}