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
@@ -132,7 +132,7 @@ A Helm chart for Codefresh gitops runtime
132
132
| 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. |
133
133
| global.codefresh.userToken.secretKeyRef | object |`{}`| User token that references an existing secret containing the token. |
134
134
| global.codefresh.userToken.token | string |`""`| User token in plain text. The chart creates and manages the secret for this token. |
| global.runtime.ingress.enabled | bool |`false`| Defines if ingress-based access mode is enabled for runtime. To use tunnel-based (ingressless) access mode, set to false. |
146
146
| global.runtime.ingress.hosts | list |`[]`| Hosts for runtime ingress. Note that Codefresh platform will always use the first host in the list to access the runtime. |
147
147
| global.runtime.ingress.protocol | string |`"https"`| The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https. |
0 commit comments