data-elastic

This commit is contained in:
marsal wang
2021-12-24 16:03:46 +08:00
parent de34586660
commit 87f1238de2
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ helm upgrade -i mongodb-crm1 mongodb/ --values local-values/mongodb/crm1.yaml -
```
cd elasticsearch && helm dependency update && cd ..
helm upgrade -i elasticsearch-crm1 mongodb/ --values local-values/es/crm1.yaml -n crm1
helm upgrade -i elasticsearch-crm1 elasticsearch/ --values local-values/es/crm1.yaml -n crm1
```

View File

@ -950,7 +950,7 @@ data:
## then accept the value as an existing Persistent Volume Claim to which
## the container should be bound
##
existingClaim: ""
existingClaim: "data-elastic"
## @param data.persistence.existingVolume Existing Persistent Volume for use as volume match label selector to the `volumeClaimTemplate`. Ignored when `data.persistence.selector` ist set.
##
existingVolume: ""