Hello,
We want to install the Continuous Delivery tool directly onto Kubernetes, however we are running into an issue with the PVC for MongoDB. I have tried updating the helm chart to use local storage and a PV that I created, however it is still stuck in pending.
Before I continue troubleshooting, is it safe to assume that running the CD tool on Kubernetes is a support method? All documentation I have found discusses using Minikube. Is anyone running this on a production level Kubernetes cluster?
Thanks