mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 17:49:48 +01:00
revert
Signed-off-by: silenceshell <me@ieevee.com>
This commit is contained in:
parent
9342b78fc0
commit
c612379cfd
@ -189,23 +189,4 @@ The following tables lists the configurable parameters of the Harbor chart and t
|
||||
| `notary.affinity` | Node/Pod affinities | `{}` |
|
||||
|
||||
## Persistence
|
||||
|
||||
You need to create `StorageClass` before you can persist data in persistent volume.
|
||||
|
||||
To create a `StorageClass`, set the following value in `values.yaml`:
|
||||
|
||||
```yaml
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
```
|
||||
|
||||
Four PVCs will be created automatically:
|
||||
- adminserver-config
|
||||
- chartmuseum-data
|
||||
- database-data
|
||||
- registry-data
|
||||
|
||||
All the created PVCs need to be removed manually after Helm deletes the Chart.
|
||||
|
||||
When running a cluster without persistence, this Chart uses `emptyDir` as the temporary volumes. Data does not survive the termination of a pod.
|
||||
TBD
|
||||
|
Loading…
Reference in New Issue
Block a user