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:
2020 description: Update app-proxy
2121 - kind: changed
2222 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
2325dependencies :
2426- name : argo-cd
2527 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ argo-events:
159159argo-workflows :
160160 fullnameOverride : argo
161161 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
162165 crds :
163166 # -- Install and upgrade CRDs
164167 install : true
You can’t perform that action at this time.
0 commit comments