Replace hardcoded resource names with Helm template helpers
This commit is contained in:
@@ -5,6 +5,13 @@ Chart label
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Fully qualified name: Release.Name (chart name 중복 시 제거)
|
||||
*/}}
|
||||
{{- define "flink-cdc-session.fullname" -}}
|
||||
{{- .Release.Name | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
Common labels
|
||||
*/}}
|
||||
|
||||
Reference in New Issue
Block a user