Skip to content

Commit 4156cca

Browse files
committed
fix: syntax error
1 parent 8075896 commit 4156cca

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
@@ -51,7 +51,7 @@ spec:
5151
if [! -d $(WEBSITE_DIRS) ]; then
5252
mkdir -p $(WEBSITE_DIRS);
5353
chown -R $(OWNERSHIP) $(WEBSITE_DIRS);
54-
endif
54+
fi
5555
nodeSelector:
5656
{{- with .Values.nodeSelector }}
5757
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)