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
| event-reporters.events.argoCDServerServiceName | string |`nil`| Do not set this value unless you are totally sure you need to override ArgoCD service name. Otherwise, it is determinted by chart logic |
@@ -101,16 +104,22 @@ A Helm chart for Codefresh gitops runtime
101
104
| event-reporters.workflow.sensor.replicas | int |`1`||
| global.codefresh.iscRepo | string |`""`| Internal shared config repository URL for this Codefresh account |
107
111
| global.codefresh.url | string |`"https://g.codefresh.io"`| URL of Codefresh platform |
108
112
| global.codefresh.userToken | object |`{"secretKeyRef":{},"token":""}`| User token. Used for runtime registration against the patform. One of token (for plain text value) or secretKeyRef must be provided. |
109
113
| global.codefresh.userToken.secretKeyRef | object |`{}`| secretKeyRef to an existing secret containing the token |
110
114
| global.codefresh.userToken.token | string |`""`| Token in plain text (A secret for this token will be created and managed by the chart) |
111
-
| global.eventBusName | string |`"codefresh-eventbus"`| Eventbus name |
112
-
| installer | object |`{"codefreshToken":null,"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer-sandbox","tag":"alpha2"}}`| Runtime installer - Used for running hooks and checks. |
113
-
| installer.codefreshToken | string |`nil`| Codefresh user token used for runtime installation. Important: Also accepts secretKeyRef as value - so you can provide your own secret. |
| global.runtime.argoCDApplication | object |`{"chartRepo":"https://chartmuseum-dev.codefresh.io/gitops-runtime-sandbox","chartVersion":"","enabled":false,"name":"codefresh-gitops-runtime"}`| To be able to see the runtime in CodefreshUI, it is required to create and ArgoCD application that referneces it's components For that purpose we can create an ArgoApp that referneces the chart. |
| global.runtime.ingress.enabled | bool |`true`| Whether ingress is enabled. If disabled, tunnel-based runtime will be deployed |
121
+
| global.runtime.name | string |`nil`| Runtime name. Must be equal to namepsace in which it is intalled and unique per platform account |
122
+
| installer | object |`{"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer-sandbox","tag":"alpha2"}}`| Runtime installer - Used for running hooks and checks on the release |
114
123
| internal-router.affinity | object |`{}`||
115
124
| internal-router.env | object |`{}`| Environment variables - see values.yaml inside the chart for usage |
| runtime.argoCDApplication | object |`{"chartRepo":"https://chartmuseum-dev.codefresh.io/gitops-runtime-sandbox","chartVersion":"","enabled":true,"name":"codefresh-gitops-runtime"}`| To be able to see the runtime in CodefreshUI, it is required to create and ArgoCD application that referneces it's components For that purpose we can create an ArgoApp that referneces the chart. |
0 commit comments