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
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ argo-workflows:
25
25
controller:
26
26
workflowDefaults:
27
27
spec:
28
+
archiveLogs: true
28
29
artifactRepository:
29
30
configMap: codefresh-workflows-log-store
30
31
key: codefresh-workflows-log-store
@@ -210,14 +211,14 @@ sealed-secrets:
210
211
| 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 |
| argo-workflows.server.authModes | list |`["client"]`| auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
288
291
| argo-workflows.server.baseHref | string |`"/workflows/"`| Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
289
-
| cf-argocd-extras | object |`{"eventReporter":{"affinity":{},"enabled":true,"nodeSelector":{},"tolerations":[]},"libraryMode":true,"sourcesServer":{"affinity":{},"enabled":true,"nodeSelector":{},"tolerations":[]}}`| Codefresh extra services for ArgoCD |
292
+
| cf-argocd-extras | object |`{"eventReporter":{"affinity":{},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"libraryMode":true,"sourcesServer":{"affinity":{},"enabled":true,"hpa":{"enabled":true},"nodeSelector":{},"tolerations":[]}}`| Codefresh extra services for ArgoCD |
| gitops-operator.config.commitStatusPollingInterval | string |`"10s"`| Commit status polling interval |
337
+
| 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) |
338
+
| gitops-operator.config.promotionWrapperTemplate | string |`""`| An optional template for the promotion wrapper (empty default will use the embedded one) |
| global.runtime.isConfigurationRuntime | bool |`false`| is the runtime set as a "configuration runtime". |
406
416
| global.runtime.name | string |`nil`| Runtime name. Must be unique per platform account. |
407
417
| global.tolerations | list |`[]`| Global tolerations for all components |
408
-
| installer | object |`{"affinity":{},"argoCdVersionCheck":{"argoServerLabels":{"app.kubernetes.io/component":"server","app.kubernetes.io/part-of":"argocd"}},"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""},"nodeSelector":{},"skipValidation":false,"tolerations":[]}`| Runtime installer used for running hooks and checks on the release |
418
+
| installer | object |`{"affinity":{},"argoCdVersionCheck":{"argoServerLabels":{"app.kubernetes.io/component":"server","app.kubernetes.io/part-of":"argocd"}},"image":{"pullPolicy":"IfNotPresent","repository":"quay.io/codefresh/gitops-runtime-installer","tag":""},"nodeSelector":{},"skipUsageValidation":false,"skipValidation":false,"tolerations":[]}`| Runtime installer used for running hooks and checks on the release |
419
+
| installer.skipUsageValidation | bool |`false`| if set to true, pre-install hook will *not* run |
409
420
| installer.skipValidation | bool |`false`| if set to true, pre-install hook will *not* run |
0 commit comments