Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update kubernetes/policy/values.yaml (values.yaml)

Code Block
languageyml
titlevalues.yaml
#################################################################
# DB configuration defaults.
#################################################################

repository: nexus3.onap.org:10001
pullPolicy: Always

mariadb:
  image: mariadb:10.5.8

db-migrator:
  image: onap/policy-db-migrator:2.3.0-SNAPSHOT
  schema: policyadmin
  policy_home: "/opt/app/policy"
  

subChartsOnly:
  enabled: true

...