We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f3678 commit 7fbe5d4Copy full SHA for 7fbe5d4
charts/gitlab-omnibus/Chart.yaml
@@ -3,7 +3,7 @@ name: gitlab-omnibus
3
description: |-
4
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
5
type: application
6
-version: 0.1.4
+version: 0.1.5
7
# https://hub.docker.com/r/gitlab/gitlab-ee/tags
8
appVersion: "15.2.1-ee.0"
9
home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus
charts/gitlab-omnibus/templates/statefulset.yaml
@@ -60,7 +60,7 @@ spec:
60
lifecycle:
61
postStart:
62
exec:
63
- command: {{ .Values.postStartCommand }}
+ command: {{ .Values.postStartCommand | toYaml | nindent 18 }}
64
{{- end }}
65
resources:
66
{{- toYaml .Values.resources | nindent 12 }}
0 commit comments