Skip to content

Commit 60be321

Browse files
set authmode client on workflows
1 parent 0ffe67b commit 60be321

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2325
dependencies:
2426
- name: argo-cd
2527
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ argo-events:
159159
argo-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

0 commit comments

Comments
 (0)