Open snpdev opened 5 years ago
This is a sub-issue of https://github.com/amazeeio/lagoon/issues/564#issue-350184516, bullet 7:
Create more OpenShift Objects (Deployments, PVCs) based on the figured out services (happens in https://github.com/amazeeio/lagoon/blob/master/images/oc-build-deploy-dind/build-deploy-docker-compose.sh#L365-L495)
And, a follow-up to https://github.com/amazeeio/lagoon/issues/943
Wherein we composed a Helm chart and deployed to the cluster with helm install in https://github.com/snp-technologies/lagoon/issues/11, for this issue we want to:
helm template
kubectl apply
helm install
References:
This is a sub-issue of https://github.com/amazeeio/lagoon/issues/564#issue-350184516, bullet 7:
And, a follow-up to https://github.com/amazeeio/lagoon/issues/943
Wherein we composed a Helm chart and deployed to the cluster with helm install in https://github.com/snp-technologies/lagoon/issues/11, for this issue we want to:
helm template
command to render the chart as a native Kubernetes manifest (or manfest?).kubectl apply
, rather thanhelm install
, hence no need for Tiller.References: