From 502e7f8e2b38102837591561b10e2b47e3f2026f Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Thu, 23 Apr 2026 14:35:15 +0900 Subject: [PATCH] Replace hardcoded resource names with Helm template helpers --- manifests/helm/flink-cdc-session/0.1.0/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/helm/flink-cdc-session/0.1.0/templates/ingress.yaml b/manifests/helm/flink-cdc-session/0.1.0/templates/ingress.yaml index 2b55940..2cc5152 100644 --- a/manifests/helm/flink-cdc-session/0.1.0/templates/ingress.yaml +++ b/manifests/helm/flink-cdc-session/0.1.0/templates/ingress.yaml @@ -22,7 +22,7 @@ spec: pathType: ImplementationSpecific backend: service: - name: {{ .Release.Name }}-rest + name: {{ include "flink-cdc-session.fullname" . }}-session-rest port: number: 8081 tls: