Skip to content

Commit

Permalink
ephemeralVolumeStorageClass requires a value
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Nov 29, 2023
1 parent 38312c5 commit ec52e6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ persistence:
mountPath: /var/metacat
## @param persistence.ephemeralVolumeStorageClass Optional override of global.storageClass.
## Can be used to assign a storageClass that has a `Delete` Reclaim Policy, thus allowing
## ephemeral volumes to be cleaned up automatically
## ephemeral volumes to be cleaned up automatically (eg "csi-cephfs-sc-ephemeral")
##
# ephemeralVolumeStorageClass: csi-cephfs-sc
ephemeralVolumeStorageClass: ""

# Values for the IndexWorker
idxworker:
Expand All @@ -95,6 +95,9 @@ idxworker:
pool_size: 5
debug: "FALSE"
d1_serviceType_url: https://cn.dataone.org/mnServiceTypes.xml

## @param idxworker.tripleDbDirectory path to indexer cache for triples (usually on a mount)
##
tripleDbDirectory: /etc/dataone/tdb-cache

# The section for the rabbitMQ configuration
Expand Down

0 comments on commit ec52e6c

Please sign in to comment.