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.
2 parents 36e4b00 + 41e8678 commit 6535f9dCopy full SHA for 6535f9d
charts/logging-operator/templates/_helpers.tpl
@@ -66,11 +66,11 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
66
67
{{/*
68
Formats the cluster domain as a suffix, e.g.:
69
-.Values.clusterDomain == "", returns ""
70
-.Values.clusterDomain == "cluster.local.", returns ".cluster.local."
+.Values.logging.clusterDomain == "", returns ""
+.Values.logging.clusterDomain == "cluster.local.", returns ".cluster.local."
71
*/}}
72
{{- define "logging-operator.clusterDomainAsSuffix" -}}
73
-{{- if .Values.clusterDomain -}}
74
-{{- printf ".%s" .Values.clusterDomain -}}
+{{- if .Values.logging.clusterDomain -}}
+{{- printf ".%s" .Values.logging.clusterDomain -}}
75
{{- end -}}
76
0 commit comments