- # 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
- host: "customercentral-poc.oracle.com"
- pathPrefix: "/occ/api/"
|