Fix Dist-Tests workflow input TESTID (#57)

This commit is contained in:
Slava 2023-09-11 15:36:36 +03:00 committed by GitHub
parent 07396644a4
commit ef2c18c599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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