-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Open
Labels
Description
What would you like to be added?
We have mysql or pxc-db as subchart to provide database, depends on whether it a HA deployment. Is it possible to has a single flag in values.yaml to trigger HA or not?
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.3.x
condition: !highAvailability # <<<<<<<<<<<<<< something like this
- name: pxc-db
repository: https://percona.github.io/percona-helm-charts
version: 1.17.x
condition: highAvailability
Why is this needed?
boolean logic in dependency