Skip to content

Commit 4cef7d0

Browse files
committed
set proper owner
1 parent 7fc699d commit 4cef7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chart/templates/initWebsiteDir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
args:
4949
- -c
5050
- >-
51-
mkdir -p $(WEBSITE_DIRS);
51+
mkdir -p $(WEBSITE_DIRS); chown -R $(OWNERSHIP) $(WEBSITE_DIRS);
5252
nodeSelector:
5353
{{- with .Values.nodeSelector }}
5454
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)