Skip to content

Commit

Permalink
docs: fix description ending
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Oct 9, 2023
1 parent 9602c91 commit b227e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 deletions charts/drill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,39 +228,6 @@ For more options refer to the [Apache Drill documentation](https://drill.apache.

Persistence is currently only for login. Configuration for Drill will be saved in ZooKeeper. Make sure that ZooKeeper is persistent if you want to keep changes in the Web UI.


### End

@sectionEnd

@param persistence.enabled Enable persistence using Persistent Volume Claims

@param persistence.storageClass Persistent Volume storage class
If defined, storageClassName: <storageClass>
If set to "-", storageClassName: "", which disables dynamic provisioning
If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner

@param persistence.accessModes [array] Persistent Volume access modes

@param persistence.size Persistent Volume size

@param persistence.dataSource Custom PVC data source

@param persistence.existingClaim The name of an existing PVC to use for persistence

@param persistence.selector Selector to match an existing Persistent Volume for WordPress data PVC
If set, the PVC can't have a PV dynamically provisioned for it
E.g.
selector:
matchLabels:
app: my-app

@param persistence.annotations Persistent Volume Claim annotations
You might need to add an annotation for selected node:
E.g: volume.kubernetes.io/selected-node: nodeName
Ref: https://kubernetes.io/docs/reference/labels-annotations-taints/#volume-kubernetes-io-selected-node


| Name | Description | Value |
| --------------------------- | ---------------------------------------------------------------------- | ------- |
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/drill/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ drill:
## @section Persistence
## @descriptionStart
## Persistence is currently only for login. Configuration for Drill will be saved in ZooKeeper. Make sure that ZooKeeper is persistent if you want to keep changes in the Web UI.
## @sectionEnd
## @descriptionEnd
##
persistence:
## @param persistence.enabled Enable persistence using Persistent Volume Claims
Expand Down

0 comments on commit b227e3e

Please sign in to comment.