Skip to content

Commit

Permalink
Update PVC storage to 3Gi
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
savitaashture committed Sep 19, 2024
1 parent d87fe97 commit bba037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 3Gi

0 comments on commit bba037c

Please sign in to comment.