From 965ab764560402c73458cb08fc8e9d23d689825f Mon Sep 17 00:00:00 2001 From: Philip Kotliyakov Date: Tue, 30 Sep 2025 08:30:35 +0300 Subject: [PATCH] added runtime name label to codefresh-cm --- charts/gitops-runtime/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gitops-runtime/templates/_helpers.tpl b/charts/gitops-runtime/templates/_helpers.tpl index 9f4b88af0..da01d6fe0 100644 --- a/charts/gitops-runtime/templates/_helpers.tpl +++ b/charts/gitops-runtime/templates/_helpers.tpl @@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/part-of: codefresh-gitops-runtime +codefresh.io/runtime-name: {{ .Values.global.runtime.name | quote }} {{- end }} {{/*