Skip to content

Commit

Permalink
init container should always have a command
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Dec 6, 2023
1 parent 0e9bc20 commit 16913cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/rstudio-sparkr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ spec:
- sh
- -c
- |
echo 'initContainer make-secrets-writable is started';
{{- if .Values.s3.enabled }}
mkdir /dest/coresite;
cp /src/coresite/core-site.xml /dest/coresite/core-site.xml;
Expand Down

0 comments on commit 16913cc

Please sign in to comment.