- # Default values for helm-chart.
- # This is a YAML-formatted file.
- # Declare variables to be passed into your templates.
- appName: occ-fw-backend
- appVersion: 1.0.0
- imageRegistry: iad.ocir.io/cesdev
- imagePullSecret: ocirsecret
- vaultImage: iad.ocir.io/cesdev/occ-fw-vault-init:1.0.0
- vaultMountPath: /app/vault
- vaultSecretName: idcs-client
- host: customercentral-poc.oracle.com
- pathPrefix: /api/
|