salmon-refrigerator-32115
11/09/2023, 7:34 PMhelm repo add spark-operator <https://googlecloudplatform.github.io/spark-on-k8s-operator>
helm install spark-operator spark-operator/spark-operator --namespace spark-operator --create-namespace
Our organization is using CICD & helm chart for deployment and doesn’t allow direct helm command execution.
I wonder if someone can provide guideline on how to modify the flyte helm chart (may be in the templates) to achieve the same effects as the above helm command?
Also, we are not allowed to create new k8s namespaces e.g. spark-operator nor install spark-operator in the default namespace.
What will be the namespace alternative? Can I install it in the ‘flyte’ namespace?
Thank you in advance!