We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fd4a4 commit 46da784Copy full SHA for 46da784
chart/kube-arangodb/templates/_helpers.tpl
@@ -18,7 +18,7 @@ Expand the name of the release.
18
Expand the name of the operator.
19
*/}}
20
{{- define "kube-arangodb.operatorName" -}}
21
-{{- printf "arango-%s-operator" .Release.Name | trunc 63 | trimSuffix "-" -}}
+{{- printf (or .Values.operator.nameOverride (printf "arango-%s-operator" .Release.Name | trunc 63 | trimSuffix "-")) -}}
22
{{- end -}}
23
24
{{/*
chart/kube-arangodb/values.yaml
@@ -1,4 +1,5 @@
1
operator:
2
+ nameOverride: ""
3
image: arangodb/kube-arangodb:1.2.43
4
imagePullPolicy: IfNotPresent
5
imagePullSecrets: []
0 commit comments