Skip to content

Commit

Permalink
add server root path
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-codefresh committed Dec 26, 2023
1 parent 370482c commit eb96bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/argo-cd/templates/event-reporter/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ spec:
secretKeyRef:
key: token
name: argocd-token
- name: ARGOCD_SERVER_ROOTPATH
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: server.rootpath
optional: true
- name: CODEFRESH_URL
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit eb96bc0

Please sign in to comment.