Skip to content

Commit 3772d14

Browse files
set authmode client on workflows
1 parent e21a7dd commit 3772d14

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ sealed-secrets:
145145
| argo-rollouts.installCRDs | bool | `true` | |
146146
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |
147147
| argo-workflows.enabled | bool | `true` | |
148-
| argo-workflows.extraArgs | list | `["--auth-mode=client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
149148
| argo-workflows.fullnameOverride | string | `"argo"` | |
149+
| argo-workflows.server.extraArgs | list | `["--auth-mode=client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
150150
| event-reporters.events.argoCDServerServiceName | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service name. |
151151
| event-reporters.events.argoCDServerServicePort | string | `nil` | LEAVE EMPTY and let the chart logic determine the name. Change only if you are totally sure you need to override ArgoCD service port. |
152152
| event-reporters.events.eventSource.affinity | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,10 @@ 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
162+
server:
163+
# -- auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI
164+
extraArgs:
165+
- --auth-mode=client
165166
crds:
166167
# -- Install and upgrade CRDs
167168
install: true

0 commit comments

Comments
 (0)