Skip to content

Commit a94cf6b

Browse files
committed
node affinity
1 parent 68a08d9 commit a94cf6b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.tekton/buildah-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
workspaces:
1515
- name: source
1616
- name: registry
17-
- name: container-storage
18-
mountPath: /var/lib/containers
17+
# - name: container-storage
18+
# mountPath: /var/lib/containers
1919
steps:
2020
# - name: setup-qemu
2121
# image: us.icr.io/ibm-hc4ai-operator/qemu-user-static:latest
@@ -35,7 +35,7 @@ spec:
3535
privileged: true
3636
env:
3737
- name: STORAGE_DRIVER
38-
value: overlay
38+
value: vfs
3939
script: |
4040
#!/bin/sh
4141
set -e

.tekton/pipelinerun.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ spec:
326326
workspace: source
327327
- name: registry
328328
workspace: registry-secret
329-
- name: container-storage
330-
workspace: container-storage
329+
# - name: container-storage
330+
# workspace: container-storage
331331

332332
- name: vulnerability-scan
333333
when:
@@ -608,9 +608,9 @@ spec:
608608
name: noop-task
609609

610610
workspaces:
611-
- name: container-storage
612-
persistentVolumeClaim:
613-
claimName: buildah-cache-pvc6
611+
# - name: container-storage
612+
# persistentVolumeClaim:
613+
# claimName: buildah-cache-pvc6
614614
- name: source
615615
volumeClaimTemplate:
616616
spec:

0 commit comments

Comments
 (0)