From 25ecec7ae559ca20b6e7b816567d3c8c969a0b4f Mon Sep 17 00:00:00 2001 From: Andreas Date: Thu, 1 Feb 2024 08:59:24 +0100 Subject: [PATCH] Added app label to deployment --- stable/svai/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/svai/templates/deployment.yaml b/stable/svai/templates/deployment.yaml index c112afe..380a670 100644 --- a/stable/svai/templates/deployment.yaml +++ b/stable/svai/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: name: {{ $name }} labels: {{- include "svai.labels" . | nindent 4 }} + app: {{ $name }} spec: selector: matchLabels: