Skip to content

Commit

Permalink
Merge pull request #64 from steadybit/develop
Browse files Browse the repository at this point in the history
fix: better deal with env
  • Loading branch information
joshiste authored Jul 15, 2022
2 parents 4cf2512 + 352992f commit adee4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3
version: 0.4.4
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
2 changes: 1 addition & 1 deletion charts/steadybit-platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
name: {{ include "steadybit-platform.postgresql.fullname" . }}
key: "password"
{{- end }}
{{- with .Values.agent.env }}
{{- with .Values.platform.env }}
{{ toYaml . | indent 12 }}
{{- end }}
{{- if .Values.platform.portSplit.enabled }}
Expand Down

0 comments on commit adee4a8

Please sign in to comment.