From c43679fda9ba4b0c1ac343d096fabd8be2863b23 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 31 Aug 2025 17:53:10 -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 faab1be..7211318 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 0f018df..3ae2204 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -345,7 +345,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 82c5b0d..e3087e0 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 f9fa40e..f6dedc7 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: