n-able-consulting
n-able-consulting
Trying to override primary init does not work at all. It does result in a postgres db running, but not with the requested db and user in place. procedure followed:...
Can you please add the feature to make the PVC Accessmode configurable. It would only comprise of changing both entries in the _pvcSpec.tpl: ``` accessModes: - "ReadWriteOnce" ``` to ```...
The current template only sets name on the PVC, so K8S adds it to the default namespace. By adding the following to the pvc.yaml this issue is solved: ``` {{-...