commit 65cb5e3eca205818d1442e685871a2533d5571b9 parent d056bc15f6a9d8a1293692c8ada703fd3edf6b6e Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 1 Apr 2023 15:56:58 +0200 Set cluster name and teams Diffstat:
| M | apps/production/postgres-operator-values.yaml | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/apps/production/postgres-operator-values.yaml b/apps/production/postgres-operator-values.yaml @@ -8,7 +8,10 @@ spec: chart: spec: version: "1.9.x" - #values: {} + values: + configKubernetes: + cluster_name_label: "midnightthoughts" + enable_readiness_probe: true --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease @@ -20,6 +23,11 @@ spec: spec: version: "1.9.x" values: + envs: + teams: + - "matrix" + targetNamespace: postgres-operator + operatorClusterNameLabel: "midnightthoughts" ingress: enabled: true annotations: