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 21, 2024
1 parent 6e780e9 commit 3a74036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,10 @@ spec:
name: argocd-cmd-params-cm
key: server.rootpath
optional: true
{{- if .Values.global.runtime }}
- name: CODEFRESH_RUNTIME_VERSION
value: {{ .Values.global.runtime.version }}
{{- end }}
- name: CODEFRESH_URL
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 3a74036

Please sign in to comment.