Fix Dist-Tests workflow input TESTID (#57)
This commit is contained in:
parent
07396644a4
commit
ef2c18c599
|
@ -17,8 +17,6 @@ spec:
|
||||||
image: codexstorage/cs-codex-dist-tests:latest
|
image: codexstorage/cs-codex-dist-tests:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: RUNNERLOCATION
|
|
||||||
value: InternalToCluster
|
|
||||||
- name: KUBECONFIG
|
- name: KUBECONFIG
|
||||||
value: /opt/kubeconfig.yaml
|
value: /opt/kubeconfig.yaml
|
||||||
- name: LOGPATH
|
- name: LOGPATH
|
||||||
|
@ -32,7 +30,7 @@ spec:
|
||||||
- name: RUNID
|
- name: RUNID
|
||||||
value: ${RUNID}
|
value: ${RUNID}
|
||||||
- name: TESTID
|
- name: TESTID
|
||||||
value: ${TESTID}
|
value: "${TESTID}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: kubeconfig
|
- name: kubeconfig
|
||||||
mountPath: /opt/kubeconfig.yaml
|
mountPath: /opt/kubeconfig.yaml
|
||||||
|
|
Loading…
Reference in New Issue