From 482d5ecfa3640690a5dff0c31f9ff17669445e25 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 31 Aug 2025 17:52:59 -0400 Subject: [PATCH] Switch to local-path-provisioner. --- .webhook_bridge/pipeline-build-hash.yaml | 2 +- .webhook_bridge/pipeline-foreign-document-test.yaml | 2 +- .webhook_bridge/pipeline-format.yaml | 2 +- .webhook_bridge/pipeline-rust-clippy.yaml | 2 +- .webhook_bridge/pipeline-rust-test.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.webhook_bridge/pipeline-build-hash.yaml b/.webhook_bridge/pipeline-build-hash.yaml index efa0298..901ca50 100644 --- a/.webhook_bridge/pipeline-build-hash.yaml +++ b/.webhook_bridge/pipeline-build-hash.yaml @@ -677,7 +677,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: diff --git a/.webhook_bridge/pipeline-foreign-document-test.yaml b/.webhook_bridge/pipeline-foreign-document-test.yaml index b14c40e..8317eb1 100644 --- a/.webhook_bridge/pipeline-foreign-document-test.yaml +++ b/.webhook_bridge/pipeline-foreign-document-test.yaml @@ -277,7 +277,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 b9b2abc..306eca2 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 a4f6597..a1e281d 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 b1340ab..74d2f21 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -288,7 +288,7 @@ spec: - name: git-source volumeClaimTemplate: spec: - storageClassName: "nfs-client" + storageClassName: "local-path" accessModes: - ReadWriteOnce resources: