Replace hardcoded resource names with Helm template helpers

This commit is contained in:
wbsong111
2026-04-23 14:35:15 +09:00
parent 9c30bf0a80
commit 502e7f8e2b
@@ -22,7 +22,7 @@ spec:
pathType: ImplementationSpecific pathType: ImplementationSpecific
backend: backend:
service: service:
name: {{ .Release.Name }}-rest name: {{ include "flink-cdc-session.fullname" . }}-session-rest
port: port:
number: 8081 number: 8081
tls: tls: