This chart bootstraps a Parameter Page deployment on a Kubernetes cluster using the Helm package manager.
-
Clone this repository
git clone [email protected]:fermi-ad/parameter-page-helm.git
-
Navigate to the Helm Chart directory
cd parameter-page-chart
-
Install Parameter Page Chart
helm dependency build
helm install parameter-page .
To check the installation you can execute the integration tests:
helm test parameter-page
helm upgrade --install parameter-page .
helm delete parameter-page
To delete the PVC's associated with Parameter page:
kubectl delete pvc -l release=parameter-page
This will delete postgresql data.