Skip to content

Commit bba037c

Browse files
committed
Update PVC storage to 3Gi
While performing the release, the gorelease task failed with the error failed to write xxx no space left on device. To resolve this issue increased the PVC storage. Signed-off-by: Savita Ashture <[email protected]>
1 parent d87fe97 commit bba037c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/release-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ spec:
137137
- ReadWriteOnce
138138
resources:
139139
requests:
140-
storage: 1Gi
140+
storage: 3Gi

0 commit comments

Comments
 (0)