Skip to content

Commit

Permalink
fix: add init containers for opendj
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jan 13, 2023
1 parent 72a4f80 commit 0264df2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/janssen/charts/opendj/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ spec:
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- command:
- /bin/chown
- -R
- 1000:1000
- /opt/opendj/config
image: busybox:latest
imagePullPolicy: Always
name: change-config-ownership
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
{{- end }}
{{- with $.Values.image.pullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 0264df2

Please sign in to comment.