Skip to content

Commit

Permalink
Add global extraLabels to sync catalog deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brucec5 committed Dec 7, 2022
1 parent 3a2fcb5 commit a7019a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/consul/templates/sync-catalog-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
component: sync-catalog
{{- if .Values.global.extraLabels }}
{{- toYaml .Values.global.extraLabels | nindent 4 }}
{{- end }}
spec:
replicas: 1
selector:
Expand Down

0 comments on commit a7019a0

Please sign in to comment.