Skip to content

Commit

Permalink
fix gitlab's env from injection
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Apr 5, 2020
1 parent 5e251e9 commit a034c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gitlab-omnibus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gitlab-omnibus
description: |-
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
type: application
version: 0.0.4
version: 0.0.5
appVersion: "12.9.2-ee.0"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus
icon: https://docs.gitlab.com/assets/images/gitlab-logo.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlab-omnibus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ gitlab-omnibus
==============
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).

Current chart version is `0.0.4`
Current chart version is `0.0.5`

Source code can be found [here](https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus)

Expand Down
1 change: 1 addition & 0 deletions charts/gitlab-omnibus/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: data
Expand Down

0 comments on commit a034c12

Please sign in to comment.