Skip to content

Commit

Permalink
Add labels to deployment (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthapa authored Jun 1, 2023
1 parent 7c8b69f commit b6ebb52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/globus-connect-v4/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "4.0.63"
description: Globus Connect data transfer service
name: globus-connect-v4
version: 0.7.7
version: 0.7.8
5 changes: 5 additions & 0 deletions charts/globus-connect-v4/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "globus-connect.fullname" . }}
labels:
app: {{ template "globus-connect.fullname" . }}
release: {{ .Release.Name }}
instance: {{ .Values.Instance | quote }}
instanceID: {{ .Values.SLATE.Instance.ID | quote }}
spec:
selector:
matchLabels:
Expand Down

0 comments on commit b6ebb52

Please sign in to comment.