We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b5ac1 commit bd2f7c6Copy full SHA for bd2f7c6
.tekton/doc-build.yaml
@@ -57,10 +57,10 @@ spec:
57
- ReadWriteOnce
58
resources:
59
requests:
60
- storage: 10Gi
+ storage: 1Gi
61
- name: cache
62
persistentVolumeClaim:
63
- claimName: build-cache
+ claimName: doc-build-cache
64
subPath: yarn_cache
65
66
# This secret will be replaced by the pac controller
.tekton/doc-pr-build.yaml
@@ -55,10 +55,10 @@ spec:
55
56
0 commit comments