#####################################################
## OpsMx Enterprise for Spinnaker configuration
#####################################################
# Default values for OES chart.
## This is a YAML-formatted file.
## Declare variables to be passed into your templates.
## Name of the secret for pulling image from docker registry.
## Change it only if you want to create a secret with
imagePullSecret: opsmxdev-secret
## Docker registry credentials to create imagePullSecret
registry: https://index.docker.io/v1/
username: username # Docker hub username
password: password # Docker hub password
## Option to skip installation of spinnaker, if it already exists
## or if OES is to be connected to existing spinnaker
## Available installation modes OES-AP, OES, AP
## Set to true to expose spinnaker and deck services as LoadBalancers
## OES UI & Gate service type
k8sServiceType: LoadBalancer