From 3eec83ee3503460ba5609eaefc1bdced4e2e97af Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 31 Aug 2025 17:52:32 -0400 Subject: [PATCH] Switch to local-path-provisioner. --- .webhook_bridge/pipeline-build-hash.yaml | 2 +- .webhook_bridge/pipeline-format.yaml | 2 +- .webhook_bridge/pipeline-rust-clippy.yaml | 2 +- .webhook_bridge/pipeline-rust-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.webhook_bridge/pipeline-build-hash.yaml b/.webhook_bridge/pipeline-build-hash.yaml index dc19a51..492329b 100644 --- a/.webhook_bridge/pipeline-build-hash.yaml +++ b/.webhook_bridge/pipeline-build-hash.yaml @@ -203,7 +203,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index b9991be..0da6a0d 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -310,7 +310,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: diff --git a/.webhook_bridge/pipeline-rust-clippy.yaml b/.webhook_bridge/pipeline-rust-clippy.yaml index db9ed20..b6accd1 100644 --- a/.webhook_bridge/pipeline-rust-clippy.yaml +++ b/.webhook_bridge/pipeline-rust-clippy.yaml @@ -289,7 +289,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index f6e5380..ed83458 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -279,7 +279,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: