You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md
+23-38Lines changed: 23 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,24 @@ argo-cd:
101
101
enabled: false
102
102
```
103
103
104
+
⚠️ If `auth.type=password` is set, ArgoCD user must have `apiKey` capability enabled.
105
+
106
+
`argocd-cm`ConfigMap
107
+
108
+
```yaml
109
+
apiVersion: v1
110
+
kind: ConfigMap
111
+
metadata:
112
+
name: argocd-cm
113
+
namespace: argocd
114
+
labels:
115
+
app.kubernetes.io/name: argocd-cm
116
+
app.kubernetes.io/part-of: argocd
117
+
data:
118
+
accounts.admin: apiKey, login
119
+
admin.enabled: "true"
120
+
```
121
+
104
122
## Installation with External Argo Rollouts
105
123
106
124
If you want to use an existing Argo Rollouts installation, you can disable the built-in Argo Rollouts and configure the GitOps Runtime to use the external Argo Rollouts.
@@ -212,14 +230,14 @@ sealed-secrets:
212
230
| app-proxy.image-enrichment.serviceAccount.name | string |`"codefresh-image-enrichment-sa"`| Name of the service account to create or the name of the existing one to use |
| event-reporters.rollout.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
307
-
| event-reporters.rollout.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.rollout.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
312
-
| event-reporters.rollout.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
313
-
| event-reporters.rollout.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
314
-
| event-reporters.rollout.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
315
-
| event-reporters.rollout.sensor.retryStrategy.steps | int |`3`| Number of retries |
316
-
| event-reporters.rollout.sensor.tolerations | list |`[]`||
| event-reporters.workflow.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
325
-
| event-reporters.workflow.sensor.logging | object |`{"enabled":false,"intervalSeconds":0}`| Set to true to enable logging. Set intervalSeconds to add logging interval to moderate log flow. |
| event-reporters.workflow.sensor.retryStrategy | object |`{"duration":0,"factor":1,"jitter":1,"steps":3}`| Retry strategy for events sent to Codefresh |
330
-
| event-reporters.workflow.sensor.retryStrategy.duration | int |`0`| The initial duration, use strings like "2s", "1m" |
331
-
| event-reporters.workflow.sensor.retryStrategy.factor | float |`1`| Duration is multiplied by factor each retry, if factor is not zero and steps limit has not been reached. Should not be negative |
332
-
| event-reporters.workflow.sensor.retryStrategy.jitter | int |`1`| The sleep between each retry is the duration plus an additional amount chosen uniformly at random from the interval between zero and `jitter * duration`. |
333
-
| event-reporters.workflow.sensor.retryStrategy.steps | int |`3`| Number of retries |
334
-
| event-reporters.workflow.sensor.tolerations | list |`[]`||
| event-reporters.workflow.serviceAccount.create | bool |`true`| Create service account for workflow reporter |
320
+
| event-reporters.workflow.serviceAccount.name | string |`""`| Service account name (defaults to codefresh-sa if not specified) |
336
321
| gitops-operator.affinity | object |`{}`||
337
322
| gitops-operator.config.commitStatusPollingInterval | string |`"10s"`| Commit status polling interval |
338
323
| gitops-operator.config.maxConcurrentReleases | int |`100`| Maximum number of concurrent releases being processed by the operator (this will not affect the number of releases being processed by the gitops runtime) |
Copy file name to clipboardExpand all lines: charts/gitops-runtime/README.md.gotmpl
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,24 @@ argo-cd:
103
103
enabled: false
104
104
```
105
105
106
+
⚠️ If `auth.type=password` is set, ArgoCd user must have `apiKey` capability enabled.
107
+
108
+
`argocd-cm` ConfigMap
109
+
110
+
```yaml
111
+
apiVersion: v1
112
+
kind: ConfigMap
113
+
metadata:
114
+
name: argocd-cm
115
+
namespace: argocd
116
+
labels:
117
+
app.kubernetes.io/name: argocd-cm
118
+
app.kubernetes.io/part-of: argocd
119
+
data:
120
+
accounts.admin: apiKey, login
121
+
admin.enabled: "true"
122
+
```
123
+
106
124
## Installation with External Argo Rollouts
107
125
108
126
If you want to use an existing Argo Rollouts installation, you can disable the built-in Argo Rollouts and configure the GitOps Runtime to use the external Argo Rollouts.
0 commit comments