Skip to content

Commit

Permalink
Move snapshots.persistence.enabled to the top
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Lindhé <[email protected]>
  • Loading branch information
lindhe committed Nov 15, 2024
1 parent 1c80e37 commit 3c85e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bitnami/opensearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3481,6 +3481,9 @@ snapshots:
## ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
##
persistence:
## @param snapshots.persistence.enabled Enable persistence using Persistent Volume Claims
##
enabled: false
## @param snapshots.persistence.accessModes Persistent Volume Access Modes
##
accessModes:
Expand All @@ -3491,9 +3494,6 @@ snapshots:
## @param snapshots.persistence.dataSource Custom PVC data source
##
dataSource: {}
## @param snapshots.persistence.enabled Enable persistence using Persistent Volume Claims
##
enabled: false
## @param snapshots.persistence.existingClaim The name of an existing PVC to use for persistence
##
existingClaim: ""
Expand Down

0 comments on commit 3c85e0c

Please sign in to comment.