-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create PV and PVC for Flowable Helm chart #13
Comments
Hi @AlaaiDwidar Could you provide a bit more info please? Regards Yvo |
i have modified the deployment like this , but error message error: deployments.apps "my-flowable-rest" is invalid apiVersion: apps/v1
and i have also created a pv and pvc in rest.yaml file like thisapiVersion: v1
|
It's still not clear to me. |
I am deploying this helm chart locally on a vm machine to be deployed on a production cluster so we should create a pv and pvc for it which is not created on the default helm chart , so when i create a pv and pvc with the normal way it cannot created and gives me this error , so i want to if there is a special path to be modified so i can create them correctly |
hello i am trying to modify in the deployment flowable-rest.yaml and it cannot be modified i am also trying to modify in the rest.yaml and it is not updated ? |
You should create a default pv provisioner, for example, microk8s-hostpath-retain, and set it to default. Then flowable will auto connect to it, if you follow the readme. |
I have created pv and pvc but its not connected with the chart
The text was updated successfully, but these errors were encountered: