Replace hardcoded resource names with Helm template helpers

This commit is contained in:
wbsong111
2026-04-23 14:15:58 +09:00
parent 3a78d39b7a
commit aec5bc74ac
4 changed files with 12 additions and 5 deletions
@@ -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
*/}}