This is an automated email from the ASF dual-hosted git repository.

jibin pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new af62406  fix: add devlakeComponent as selector label (#238)
af62406 is described below

commit af6240676a5df8742315af54eee1c993e04ba85b
Author: Ronny Bräunlich <[email protected]>
AuthorDate: Mon Jan 22 14:56:41 2024 +0100

    fix: add devlakeComponent as selector label (#238)
    
    Closes #237
    
    Co-authored-by: Ronny Bräunlich <[email protected]>
---
 charts/devlake/templates/deployments.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/charts/devlake/templates/deployments.yaml 
b/charts/devlake/templates/deployments.yaml
index 73a2b73..9cf5173 100644
--- a/charts/devlake/templates/deployments.yaml
+++ b/charts/devlake/templates/deployments.yaml
@@ -30,6 +30,7 @@ spec:
   selector:
     matchLabels:
       {{- include "devlake.selectorLabels" . | nindent 6 }}
+      devlakeComponent: ui
   template:
     metadata:
       labels:
@@ -120,7 +121,8 @@ spec:
   replicas: 1
   selector:
     matchLabels:
-  {{- include "devlake.selectorLabels" . | nindent 6 }}
+      {{- include "devlake.selectorLabels" . | nindent 6 }}
+      devlakeComponent: lake
   template:
     metadata:
       labels:

Reply via email to