Basically I have the docker image with keycloak and an azure disk to persist the changes we make in keycloak. Unfortunately the machine does not get up because when mounting the azure disk in the path / opt / jboss it empties the content that already exists and cannot execute the entrypoint of the dockerfile ... any ideas? I try with subPath and without subPath.
volumeMounts:
- mountPath: "/opt/jboss"
subPath: "jboss"
name: keycloak-volumen-test