aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl
diff options
context:
space:
mode:
authorSrivahni <srivahni.chivukula@intel.com>2019-09-03 15:44:22 -0700
committerSrivahni Chivukula <srivahni.chivukula@intel.com>2019-09-06 17:24:02 +0000
commit9df8a9088ee55e32c2fb1f337b77c7bb9a3ced9f (patch)
tree6201c8273e3b90d41b50ca3297e8b27475661d91 /vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl
parentc3ef7c3f40f6aa4a14a98301ae12bfa11b1a12c3 (diff)
Helm chart for visualization-operator
Issue-ID: ONAPARC-393 Signed-off-by: Srivahni <srivahni.chivukula@intel.com> Change-Id: If841ce54d5d6da4576484084330f401ea537da86
Diffstat (limited to 'vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl')
-rw-r--r--vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl32
1 files changed, 32 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl b/vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl
new file mode 100644
index 00000000..96425b6b
--- /dev/null
+++ b/vnfs/DAaaS/deploy/operator/charts/visualization-operator/templates/_helpers.tpl
@@ -0,0 +1,32 @@
+{{/* vim: set filetype=mustache: */}}
+{{/*
+Expand the name of the chart.
+*/}}
+{{- define "visualization-operator.name" -}}
+{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
+{{- end -}}
+
+{{/*
+Create a default fully qualified app name.
+We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
+If release name contains chart name it will be used as a full name.
+*/}}
+{{- define "visualization-operator.fullname" -}}
+{{- if .Values.fullnameOverride -}}
+{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
+{{- else -}}
+{{- $name := default .Chart.Name .Values.nameOverride -}}
+{{- if contains $name .Release.Name -}}
+{{- .Release.Name | trunc 63 | trimSuffix "-" -}}
+{{- else -}}
+{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
+{{- end -}}
+{{- end -}}
+{{- end -}}
+
+{{/*
+Create chart name and version as used by the chart label.
+*/}}
+{{- define "visualization-operator.chart" -}}
+{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
+{{- end -}}