Merge pull request #575 from 3dwardch3ng/app/gitea
fix gitea pvc name issue
This commit is contained in:
2
apps/gitea/env/k3s-cluster/values.yaml
vendored
2
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -256,7 +256,7 @@ persistence:
|
|||||||
## Requires persistence.enabled: true
|
## Requires persistence.enabled: true
|
||||||
## If defined, PVC must be created manually before volume will be bound
|
## If defined, PVC must be created manually before volume will be bound
|
||||||
##
|
##
|
||||||
existingClaim: ""
|
existingClaim: "gitea-pvc"
|
||||||
## @param persistence.hostPath If defined, the gitea-data volume will mount to the specified hostPath.
|
## @param persistence.hostPath If defined, the gitea-data volume will mount to the specified hostPath.
|
||||||
## Requires persistence.enabled: true
|
## Requires persistence.enabled: true
|
||||||
## Requires persistence.existingClaim: nil|false
|
## Requires persistence.existingClaim: nil|false
|
||||||
|
|||||||
Reference in New Issue
Block a user