From fc7e8ecf51542ae35dba4f687e73617cb1903c47 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Tue, 16 Dec 2025 15:59:36 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 4 ++-- .tekton/doc-pr-build.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index add7ac7..5828951 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -57,10 +57,10 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 1Gi - name: cache persistentVolumeClaim: - claimName: build-cache + claimName: doc-build-cache subPath: yarn_cache # This secret will be replaced by the pac controller diff --git a/.tekton/doc-pr-build.yaml b/.tekton/doc-pr-build.yaml index 263c8ec..49ff48a 100644 --- a/.tekton/doc-pr-build.yaml +++ b/.tekton/doc-pr-build.yaml @@ -55,10 +55,10 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 1Gi - name: cache persistentVolumeClaim: - claimName: build-cache + claimName: doc-build-cache subPath: yarn_cache # This secret will be replaced by the pac controller