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: