Files
deprecated-helm-charts/incubator/sparkoperator/Chart.yaml
T
Richard Lander 4626b8c268 [incubator/sparkoperator] Add missing namespaces for spark operator resources (#14964)
* Add namespace to spark operator resource templates

The namespace is currently missing from the operator resources so an
install leads to a crashlooping operator because the clusterrolebinding
doesn't bind to the operator's service account.  Also the operator
doesn't get installed in the namespace that you pass with the
`--namespace` flag.

Signed-off-by: Richard Lander <landerr@vmware.com>

* Bump spark operator chart version

Signed-off-by: Richard Lander <landerr@vmware.com>
2019-06-21 12:02:14 -07:00

13 lines
326 B
YAML

apiVersion: v1
name: sparkoperator
description: A Helm chart for Spark on Kubernetes operator
version: 0.2.4
appVersion: v2.4.0-v1beta1-0.8.2
kubeVersion: ">=1.8.0-0"
keywords:
- spark
home: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
maintainers:
- name: yuchaoran2011
email: yuchaoran2011@gmail.com