Hello!
after add pvc in k8s:
volumeMounts:
- mountPath: "/opt"
name: storage
volumes:
- name: storage
persistentVolumeClaim:
claimName: drools-pvc
I get error:
OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "./start_business-central-wb.sh": stat ./start_business-central-wb.sh: no such file or directory": unknown
How can I start service in k8s with persistentVolumeClaim? Whithout it works fun.
Hello!
after add pvc in k8s:
volumeMounts:
- mountPath: "/opt"
name: storage
volumes:
- name: storage
persistentVolumeClaim:
claimName: drools-pvc
I get error:
OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "./start_business-central-wb.sh": stat ./start_business-central-wb.sh: no such file or directory": unknown
How can I start service in k8s with persistentVolumeClaim? Whithout it works fun.