1
0
Fork 0

rename win deployment

This commit is contained in:
Mikhail Goncharov 2023-08-29 12:07:33 +02:00
parent 6883776b75
commit 9ee7fac437

View file

@ -58,8 +58,10 @@ spec:
secretKeyRef: secretKeyRef:
name: buildkite-api-token-readonly name: buildkite-api-token-readonly
key: token key: token
# - name: BUILDKITE_BUILD_CHECKOUT_PATH - name: BUILDKITE_BUILD_PATH
# value: "c:\\ws\\src" value: "c:/ws" # matching workdir
# Empty dir volume can use all disk space from VM. By default container
# disk will only be 20Gb and run out of space.
volumes: volumes:
- name: workdir - name: workdir
emptyDir: {} emptyDir: {}