Skip to content

Commit bd2f7c6

Browse files
author
idp-bot
committed
auto update doc build config for doc pipeline
1 parent 99b5ac1 commit bd2f7c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tekton/doc-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ spec:
5757
- ReadWriteOnce
5858
resources:
5959
requests:
60-
storage: 10Gi
60+
storage: 1Gi
6161
- name: cache
6262
persistentVolumeClaim:
63-
claimName: build-cache
63+
claimName: doc-build-cache
6464
subPath: yarn_cache
6565

6666
# This secret will be replaced by the pac controller

.tekton/doc-pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ spec:
5555
- ReadWriteOnce
5656
resources:
5757
requests:
58-
storage: 10Gi
58+
storage: 1Gi
5959
- name: cache
6060
persistentVolumeClaim:
61-
claimName: build-cache
61+
claimName: doc-build-cache
6262
subPath: yarn_cache
6363

6464
# This secret will be replaced by the pac controller

0 commit comments

Comments
 (0)