...
Code Block |
---|
helm upgrade $ONAP_INSTALL_RELEASE_NAME xerces/onap -i -f values.yaml -f $ONAP_INSTALL_VALUES_YAML --namespace $ONAP_INSTALL_NAMESPACE --set global.masterPassword=$ONAP_INSTALL_MASTER_PASSWORD --debug |
...
Override YAML
This basic .yaml information should be enough to deploy a CPS instance. Check the comments for explanations.
Code Block |
---|
global:
pullPolicy: IfNotPresent
cps:
enabled: true
cps-temporal:
enabled: false
cps-core:
config:
additional:
rest:
api:
cps-base-path: /kiscica
postgres:
config:
pgUserExternalSecret: '{{ .Release.Name }}-postgres-{{ include "common.postgres.secret.userCredentialsUID" . }}'
postgres-init:
config:
pgUserExternalSecret: '{{ .Release.Name }}-postgres-{{ include "common.postgres.secret.userCredentialsUID" . }}'
sdnc:
enabled: false
strimzi:
enabled: true
replicaCount: 1 |