Skip to content

Commit 900a05e

Browse files
committed
wip
1 parent e6caaa3 commit 900a05e

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

charts/gitops-runtime/README.md.gotmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ argo-rollouts:
5050
enabled: false
5151
tunnel-client:
5252
enabled: false
53+
gitops-operator:
54+
crds:
55+
install: false
5356
```
5457

5558
Note that for the first runtime in the cluster, you have to configure it to install the CRDs, with setting these values:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Values for the first runtime in a multi-runtime cluster (installing CRDs on the cluster)
2+
global:
3+
runtime:
4+
isConfigurationRuntime: true
5+
argo-cd:
6+
crds:
7+
install: true
8+
argo-workflows:
9+
crds:
10+
install: true
11+
argo-rollouts:
12+
installCRDs: true
13+
gitops-operator:
14+
crds:
15+
install: true
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
global:
2+
runtime:
3+
singleNamespace: true
4+
sealed-secrets:
5+
enabled: false
6+
argo-cd:
7+
createClusterRoles: false
8+
crds:
9+
install: false
10+
configs:
11+
params:
12+
application.namespaces: ''
13+
argo-events:
14+
controller:
15+
rbac:
16+
namespaced: true
17+
argo-workflows:
18+
crds:
19+
install: false
20+
singleNamespace: true
21+
createAggregateRoles: false
22+
controller:
23+
clusterWorkflowTemplates:
24+
enabled: false
25+
server:
26+
clusterWorkflowTemplates:
27+
enabled: false
28+
argo-rollouts:
29+
enabled: false
30+
tunnel-client:
31+
enabled: false
32+
gitops-operator:
33+
crds:
34+
install: false

0 commit comments

Comments
 (0)