From 62e3617e5c1d7d07b0a03c10f35341b22f2a5cd7 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 31 Aug 2025 17:52:47 -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 eaf03dd..23bbc2c 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 44ea2d9..299cd7f 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 7f7e9a3..80f19f1 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 3b834a1..794a1ba 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: