event-reporter: new env variable CODEFRESH_RUNTIME_VERSION
This commit is contained in:
parent
6e780e9db0
commit
f1de7337e2
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@ spec:
|
||||||
name: argocd-cmd-params-cm
|
name: argocd-cmd-params-cm
|
||||||
key: server.rootpath
|
key: server.rootpath
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: CODEFRESH_RUNTIME_VERSION
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: codefresh-cm
|
||||||
|
key: version
|
||||||
|
optional: true
|
||||||
- name: CODEFRESH_URL
|
- name: CODEFRESH_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue