Files
service-catalog/charts/starrocks-operator/templates/_helpers.tpl
T
2025-08-20 14:56:35 +09:00

15 lines
409 B
Smarty

{{/*
The default service account name to use for the operator.
*/}}
{{- define "operator.serviceAccountName" -}}
{{- default "starrocks" .Values.global.rbac.serviceAccount.name }}
{{- end }}
{{- define "operator.namespace" -}}
{{- default .Release.Namespace .Values.starrocksOperator.namespaceOverride }}
{{- end }}
{{- define "operator.name" -}}
{{- default .Chart.Name .Values.nameOverride -}}
{{- end }}