File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ annotations:
20
20
description: Update app-proxy
21
21
- kind: changed
22
22
description: Update argo-workflowschart. Fix podGC label selector
23
+ - kind: fixed
24
+ description: Set default auth to client on workflows to be able to see workflow logs in UI
23
25
dependencies :
24
26
- name : argo-cd
25
27
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ argo-events:
159
159
argo-workflows :
160
160
fullnameOverride : argo
161
161
enabled : true
162
+ # -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
163
+ extraArgs :
164
+ - --auth-mode=client
162
165
crds :
163
166
# -- Install and upgrade CRDs
164
167
install : true
You can’t perform that action at this time.
0 commit comments