average-waitress-96027
01/15/2024, 1:42 PMenvironment with values : dev,qa,prod .
So for a specific targetCustomizations I want to match only cluster/s with dev, qa, values.
Is there any suggested way to do that?
I came up with this one, but is not documented in any place:
- name: qadev
clusterSelector:
matchExpressions:
- key: environment
operator: In
values:
- qa
- dev
helm:
valuesFiles:
- values-qadev.yaml