Skip to content

Commit 7fbe5d4

Browse files
committed
fix gitlab poststart hook
1 parent 85f3678 commit 7fbe5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitlab-omnibus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gitlab-omnibus
33
description: |-
44
Helm chart to deploy [Omnibus Gitlab](https://docs.gitlab.com/omnibus/).
55
type: application
6-
version: 0.1.4
6+
version: 0.1.5
77
# https://hub.docker.com/r/gitlab/gitlab-ee/tags
88
appVersion: "15.2.1-ee.0"
99
home: https://github.com/slamdev/helm-charts/tree/master/charts/gitlab-omnibus

charts/gitlab-omnibus/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
lifecycle:
6161
postStart:
6262
exec:
63-
command: {{ .Values.postStartCommand }}
63+
command: {{ .Values.postStartCommand | toYaml | nindent 18 }}
6464
{{- end }}
6565
resources:
6666
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)