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
# -- Installs new event reporter component to cluster
@@ -201,7 +202,7 @@ argo-workflows:
201
202
server:
202
203
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
203
204
authModes:
204
-
- client
205
+
- client
205
206
# -- Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh.
206
207
baseHref: /workflows/
207
208
crds:
@@ -210,8 +211,6 @@ argo-workflows:
210
211
# executor controls how the init and wait container should be customized
211
212
executor:
212
213
resources:
213
-
limits:
214
-
ephemeral-storage: 50Mi
215
214
requests:
216
215
ephemeral-storage: 10Mi
217
216
# mainContainer adds default config for main container that could be overriden in workflows template
@@ -320,7 +319,8 @@ internal-router:
320
319
podLabels: {}
321
320
podSecurityContext: {}
322
321
# -- Environment variables - see values.yaml inside the chart for usage
323
-
env: {}
322
+
env:
323
+
{}
324
324
# NAMESPACE:
325
325
# valueFrom:
326
326
# fieldRef:
@@ -358,11 +358,11 @@ internal-router:
358
358
# -- Internal routing settings. Do not change this unless you are absolutely certain - the values are determined by chart's logic.
359
359
routing: {}
360
360
# Example of values:
361
-
# workflows:
362
-
# enabled: true
363
-
# internalUrl: "https://argo-server1:2746/"
364
-
# app-proxy:
365
-
# internalUrl: "http://cap-app-proxy:3017"
361
+
# workflows:
362
+
# enabled: true
363
+
# internalUrl: "https://argo-server1:2746/"
364
+
# app-proxy:
365
+
# internalUrl: "http://cap-app-proxy:3017"
366
366
367
367
dnsService: kube-dns
368
368
dnsNamespace: kube-system
@@ -410,11 +410,11 @@ app-proxy:
410
410
# -- Configurations for image enrichment workflow
411
411
config:
412
412
# -- The name of the configmap to use as synchronization semaphore, see https://argoproj.github.io/argo-workflows/synchronization/
0 commit comments