values.yaml 494 字节
Newer Older
L
leonwanghui 已提交
1
# Docker image to use.
2
image: mindspore/ms-operator:latest
L
leonwanghui 已提交
3 4 5 6

# Which cloud provider is kubernetes hosted on.
# Supported values are gke or azure.
# Leave blank to use a default, non-cloud specific config.
7
cloud:
L
leonwanghui 已提交
8 9

## Wether the dashboard should be installed and the kind of service to use
10
dashboard:
L
leonwanghui 已提交
11 12 13 14 15 16 17 18 19 20 21
  install: false
  serviceType: ClusterIP

config:
  configmap:
  file: /etc/config/controller-config-file.yaml

## Install Default RBAC roles and bindings
rbac:
  install: false
  apiVersion: v1