vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement
What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
partially resolves #1760 by rendering the .Values.controlPlane.ingress.spec as a helm template when substituting it into the ingress template
Please provide a short message that should be published in the vcluster release notes
Allows use of templates in chart .Values.controlPlane.ingress.spec
What issue type does this pull request address? (keep at least one, remove the others) /kind enhancement
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>
if possible) partially resolves #1760 by rendering the.Values.controlPlane.ingress.spec
as a helm template when substituting it into the ingress templatePlease provide a short message that should be published in the vcluster release notes Allows use of templates in chart
.Values.controlPlane.ingress.spec
What else do we need to know?