diff --git a/.lighthouse/pipeline-rust-test.yaml b/.lighthouse/pipeline-rust-test.yaml index 70e95ee5..6486df55 100644 --- a/.lighthouse/pipeline-rust-test.yaml +++ b/.lighthouse/pipeline-rust-test.yaml @@ -196,7 +196,7 @@ spec: subPath: rust-source - name: cargo-cache persistentVolumeClaim: - claimName: cargo-cache + claimName: organic-cargo-cache-test - name: docker-credentials secret: secretName: harbor-plain diff --git a/.lighthouse/pipeline-rustfmt.yaml b/.lighthouse/pipeline-rustfmt.yaml index 3c192e5d..d25e1c18 100644 --- a/.lighthouse/pipeline-rustfmt.yaml +++ b/.lighthouse/pipeline-rustfmt.yaml @@ -236,7 +236,7 @@ spec: subPath: rust-source - name: cargo-cache persistentVolumeClaim: - claimName: cargo-cache + claimName: organic-cargo-cache-fmt - name: docker-credentials secret: secretName: harbor-plain