Skip to content

Commit

Permalink
Set pv size to 1Gb (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored Mar 11, 2024
1 parent 336ea5c commit abc53a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/woodpecker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "helm_release" "woodpecker" {
| agent.persistence.enabled | bool | `true` | Enable the creation of the persistent volume |
| agent.persistence.existingClaim | string | `nil` | Defines an existing claim to use |
| agent.persistence.mountPath | string | `"/etc/woodpecker"` | Defines the path where the volume should be mounted |
| agent.persistence.size | string | `"1Mi"` | Defines the size of the persistent volume |
| agent.persistence.size | string | `"1Gi"` | Defines the size of the persistent volume |
| agent.persistence.storageClass | string | `""` | Defines the storageClass of the persistent volume |
| agent.podAnnotations | object | `{}` | Add pod annotations for the agent component |
| agent.podSecurityContext | object | `{}` | Add pod security context |
Expand Down
2 changes: 1 addition & 1 deletion charts/woodpecker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ agent:
# -- Defines an existing claim to use
existingClaim:
# -- Defines the size of the persistent volume
size: 1Mi
size: 1Gi
# -- Defines the path where the volume should be mounted
mountPath: '/etc/woodpecker'
# -- Defines the storageClass of the persistent volume
Expand Down

0 comments on commit abc53a9

Please sign in to comment.