@@ -37,7 +37,7 @@ spec:
initContainers:
- name: init
image: hub.evbj.easou.com/dev/busybox
- command: ['sh', "-c", 'chmod 777 -R /data/webapps']
+ command: ['sh', "-c", 'chmod 777 -R /data/ && mkdir -p /data/webapps']
imagePullPolicy: IfNotPresent
volumeMounts:
- name: volume