Skip to content

Commit

Permalink
chore: add global labels in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Jul 9, 2024
1 parent 29c6fac commit 5a97b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ Selector labels
app.kubernetes.io/name: {{ include "config-db.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
control-plane: {{ include "config-db.name" . }}
{{- if .Values.global.labels }}
{{.Values.global.labels | toYaml}}
{{- end }}
{{- end }}

1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
global:
imageRegistry: docker.io
imagePrefix: flanksource
labels: {}
db:
connectionPooler:
enabled: false
Expand Down

0 comments on commit 5a97b7a

Please sign in to comment.