data-elastic
This commit is contained in:
@ -71,7 +71,7 @@ helm upgrade -i mongodb-crm1 mongodb/ --values local-values/mongodb/crm1.yaml -
|
|||||||
```
|
```
|
||||||
cd elasticsearch && helm dependency update && cd ..
|
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -950,7 +950,7 @@ data:
|
|||||||
## then accept the value as an existing Persistent Volume Claim to which
|
## then accept the value as an existing Persistent Volume Claim to which
|
||||||
## the container should be bound
|
## 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.
|
## @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: ""
|
existingVolume: ""
|
Reference in New Issue
Block a user