We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc699d commit 4cef7d0Copy full SHA for 4cef7d0
1 file changed
chart/templates/initWebsiteDir.yaml
@@ -48,7 +48,7 @@ spec:
48
args:
49
- -c
50
- >-
51
- mkdir -p $(WEBSITE_DIRS);
+ mkdir -p $(WEBSITE_DIRS); chown -R $(OWNERSHIP) $(WEBSITE_DIRS);
52
nodeSelector:
53
{{- with .Values.nodeSelector }}
54
{{- toYaml . | nindent 8 }}
0 commit comments