Disable debug output to stderr in init_directory_structure.sh

This commit is contained in:
tobias.petersen
2024-09-02 12:09:39 +02:00
parent 9dc3f7c086
commit 88f46dfdee

View File

@@ -24,8 +24,6 @@ stringData:
# END: initPreScript
{{- end }}
set -x
{{- if not .Values.image.rootless }}
chown 1000:1000 /data
{{- end }}