Skip to content

Commit

Permalink
Merge pull request #67 from steadybit/develop
Browse files Browse the repository at this point in the history
fix: platform.extraLabels are not picked up by the pods
  • Loading branch information
joshiste authored Jul 20, 2022
2 parents 40b0505 + f0d880b commit e2b799e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/steadybit-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-platform
description: steadybit Platform Helm chart for Kubernetes.
version: 0.4.5
version: 0.4.6
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
4 changes: 4 additions & 0 deletions charts/steadybit-platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
{{- end }}
labels:
{{- include "steadybit-platform.selectorLabels" . | nindent 8 }}
{{- include "steadybit-platform.commonLabels" . | nindent 8 }}
{{- range $key, $value := .Values.platform.extraLabels }}
{{ $key }}: {{ $value }}
{{- end }}
spec:
imagePullSecrets:
- name: {{ template "steadybit-platform.fullname" . }}-pull-secrets
Expand Down

0 comments on commit e2b799e

Please sign in to comment.