From af16a5cbc522e6a5e7a24cc9249d93016d45abd1 Mon Sep 17 00:00:00 2001 From: Lester Claudio Date: Wed, 15 May 2024 15:29:06 -0600 Subject: [PATCH] Extra params --- common/clustergroup/values.schema.json | 4 ++++ values-global.yaml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/common/clustergroup/values.schema.json b/common/clustergroup/values.schema.json index 8d2069572..c81b1eeed 100644 --- a/common/clustergroup/values.schema.json +++ b/common/clustergroup/values.schema.json @@ -65,6 +65,10 @@ "clusterGroupName": { "type": "string" }, + "extraParameters": { + "type": "array", + "description": "Extra parameters passed to ArgoCD." + }, "experimentalCapabilities": { "type": "string", "description": "String to enable certain experimental capabilities in the operator and the framework." diff --git a/values-global.yaml b/values-global.yaml index c1ef43ebe..6c2a9df08 100644 --- a/values-global.yaml +++ b/values-global.yaml @@ -3,6 +3,9 @@ main: multiSourceConfig: enabled: false experimentalCapabilities: initcontainers + extraParameters: + - name: environment + value: prod global: pattern: industrial-edge