Skip to content

Commit

Permalink
Added app label to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasthuen committed Feb 1, 2024
1 parent b6c997c commit 25ecec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/svai/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: {{ $name }}
labels:
{{- include "svai.labels" . | nindent 4 }}
app: {{ $name }}
spec:
selector:
matchLabels:
Expand Down

0 comments on commit 25ecec7

Please sign in to comment.