Skip to content

Commit

Permalink
update default volume
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasif authored and ashish1099 committed Dec 31, 2024
1 parent 86572b4 commit 0e64d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd-helm-charts/relate/charts/relate/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: {{ default "100Mi" .Values.nginx.pvcStorage }}
storage: {{ default "300Mi" .Values.nginx.pvcStorage }}

0 comments on commit 0e64d89

Please sign in to comment.