values.yaml 487 字节
Newer Older
L
leonwanghui 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# Docker image to use.
image: ms-operator:latest 

# Which cloud provider is kubernetes hosted on.
# Supported values are gke or azure.
# Leave blank to use a default, non-cloud specific config.
cloud: 

## Wether the dashboard should be installed and the kind of service to use
dashboard: 
  install: false
  serviceType: ClusterIP

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

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