From 10c13dfa6f979d869b986b41fe081bb666a9ea8e Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:31:40 +0100 Subject: [PATCH] update matchLabels As changed in #1625 Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> --- charts/shuffle/templates/_helpers.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/shuffle/templates/_helpers.tpl b/charts/shuffle/templates/_helpers.tpl index 0e90cbe9..369dfec1 100644 --- a/charts/shuffle/templates/_helpers.tpl +++ b/charts/shuffle/templates/_helpers.tpl @@ -111,7 +111,7 @@ Return the match labels for worker components NOTE: This does not match the labels from shuffle.worker.labels, but the labels set by the orborus GoLang app. */}} {{- define "shuffle.worker.matchLabels" -}} -container: shuffle-worker +app.kubernetes.io/name: shuffle-worker {{- end -}} {{/* @@ -119,7 +119,7 @@ Return the match labels for app components NOTE: This does not match the labels from shuffle.worker.labels, but the labels set by the orborus GoLang app. */}} {{- define "shuffle.app.matchLabels" -}} -app: shuffle-app +app.kubernetes.io/name: shuffle-app {{- end -}} {{/*