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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,14 +228,14 @@ sealed-secrets:
228
228
| 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.atLeastOnce | bool |`true`| At Least Once |
322
323
| event-reporters.rollout.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
323
324
| 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 |
| event-reporters.workflow.sensor.atLeastOnce | bool |`true`| At Least Once |
340
348
| event-reporters.workflow.sensor.env | object |`{}`| Environment variables for sensor pods - add DEBUG_LOG: "true" to add debug level logs |
341
349
| 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 |
| global.external-argo-rollouts.rollout-reporter.enabled | bool |`false`| Enable or disable rollout reporter Configuration is defined at .Values.event-reporters.rollout |
427
+
| global.httpProxy | string |`""`| global HTTP_PROXY for all components |
428
+
| global.httpsProxy | string |`""`| global HTTPS_PROXY for all components |
429
+
| global.noProxy | string |`""`| global NO_PROXY for all components |
413
430
| global.nodeSelector | object |`{}`| Global nodeSelector for all components |
| global.runtime.cluster | string |`"https://kubernetes.default.svc"`| Runtime cluster. Should not be changed. |
416
433
| global.runtime.codefreshHosted | bool |`false`| Defines whether this is a Codefresh hosted runtime. Should not be changed. |
417
434
| global.runtime.eventBus.annotations | object |`{}`| Annotations on EventBus resource |
418
-
| global.runtime.eventBus.name | string |`"codefresh-eventbus"`| Eventbus name |
435
+
| global.runtime.eventBus.name | string |`""`| Eventbus name |
419
436
| global.runtime.eventBus.pdb | object |`{"enabled":true,"minAvailable":2}`| Pod disruption budget for the eventbus |
420
437
| global.runtime.eventBus.pdb.minAvailable | int |`2`| Minimum number of available eventbus pods. For eventbus to stay functional the majority of its replicas should always be available. |
421
438
| global.runtime.gitCredentials | object |`{"password":{"secretKeyRef":{},"value":null},"username":"username"}`| Git credentials runtime. Runtime is not fully functional without those credentials. If not provided through the installation, they must be provided through the Codefresh UI. |
@@ -442,7 +459,7 @@ sealed-secrets:
442
459
| internal-router.env | object |`{}`| Environment variables - see values.yaml inside the chart for usage |
0 commit comments