summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/_profileProperty.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/so/templates/_profileProperty.tpl')
-rw-r--r--kubernetes/so/templates/_profileProperty.tpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/kubernetes/so/templates/_profileProperty.tpl b/kubernetes/so/templates/_profileProperty.tpl
deleted file mode 100644
index 113bc343d0..0000000000
--- a/kubernetes/so/templates/_profileProperty.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-{{- define "helpers.profileProperty" -}}
- {{ if eq .condition true }}{{.value1}}{{else}}{{.value2}} {{ end }}
-{{- end -}}