Skip to content

Commit

Permalink
event-reporter: new env variable CODEFRESH_RUNTIME_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh committed Nov 22, 2024
1 parent 6e780e9 commit f1de733
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 @@ -91,6 +91,12 @@ spec:
name: argocd-cmd-params-cm
key: server.rootpath
optional: true
- name: CODEFRESH_RUNTIME_VERSION
valueFrom:
configMapKeyRef:
name: codefresh-cm
key: version
optional: true
- name: CODEFRESH_URL
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit f1de733

Please sign in to comment.