Skip to content

Commit

Permalink
Merge a7019a0 into backport/feature/global-labels/severely-sweeping-wren
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-ecosystem authored Dec 7, 2022
2 parents 2533b78 + a7019a0 commit 4998f81
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 4998f81

Please sign in to comment.