Closed claudusd closed 1 year ago
The persistent volume name are hard-coded in the resources definition. This PR allow to override this name.
Add a specific variable for each PVC to override the name. If the variable isn't defined we use the original name to avoid breaking change.
@jmaupetit, I replace all default with the variable initialization in app default vars file.
You also missed to variabilize the PVC in each volumes file. This should also be made to be consistent.
Purpose
The persistent volume name are hard-coded in the resources definition. This PR allow to override this name.
Proposal
Add a specific variable for each PVC to override the name. If the variable isn't defined we use the original name to avoid breaking change.