You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@bcf54b7
Reference-to: stackabletech/operator-templating@bcf54b7 (Namespace the Helm defined templates with the chart name)
* chore: Namespace the calls to the Helm defined templates
The definitions moved to the chart-name prefix with the templated helper
files, but these files are not templated, so their call sites did not move
with them and the chart no longer renders.
stackabletech/issues#882
---------
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
{{- required "serviceAccount.name is required when serviceAccount.create is false, because the chart then does not create a ServiceAccount for the operator to run as.".Values.serviceAccount.name }}
71
71
{{- end }}
@@ -74,13 +74,13 @@ Create the name of the service account to use
74
74
{{/*
75
75
Labels for Kubernetes objects created by helm test
76
76
*/}}
77
-
{{- define"operator.testLabels" -}}
78
-
helm.sh/test: {{ include "operator.chart". }}
77
+
{{- define"opa-operator.testLabels" -}}
78
+
helm.sh/test: {{ include "opa-operator.chart". }}
79
79
{{- end }}
80
80
81
81
{{/*
82
82
Build the full operator container image reference.
0 commit comments