Skip to content

Commit

Permalink
Extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiol committed May 15, 2024
1 parent 116815f commit af16a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/clustergroup/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
3 changes: 3 additions & 0 deletions values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ main:
multiSourceConfig:
enabled: false
experimentalCapabilities: initcontainers
extraParameters:
- name: environment
value: prod

global:
pattern: industrial-edge
Expand Down

0 comments on commit af16a5c

Please sign in to comment.