ISD Installation Configuration
wget https://raw.githubusercontent.com/opsmx/enterprise-spinnaker/master/charts/oes/values.yaml#####################################################
## 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
## different name.
##
imagePullSecret: opsmxdev-secret
## Docker registry credentials to create imagePullSecret
##
imageCredentials:
registry: https://index.docker.io/v1/
username: username # Docker hub username
password: password # Docker hub password
email: [email protected] # email corresponding to docker hub ID
rbac:
create: true
## Option to skip installation of spinnaker, if it already exists
## or if OES is to be connected to existing spinnaker
##
installSpinnaker: false
## Installation mode
## Available installation modes OES-AP, OES, AP
##
installationMode: OES-AP
## Set to true to expose spinnaker and deck services as LoadBalancers
##
createIngress: false
## OES UI & Gate service type
##
k8sServiceType: LoadBalancer

Last updated