Skip to content

Commit

Permalink
move .Values.idxworker.cn_url to .Values.global.d1ClientCnUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Jul 2, 2024
1 parent 043cfa8 commit c9bdd92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/config/dataone-indexer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ index.thread.number={{ .Values.idxworker.pool_size }}

dataone.indexing.performance.logging.enabled=false

D1Client.CN_URL={{ .Values.idxworker.cn_url }}
D1Client.CN_URL={{ .Values.global.d1ClientCnUrl }}

index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;
{{- print "" }}http://www.openarchives.org/ore/terms
Expand Down
8 changes: 4 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ global:
##
ephemeralVolumeStorageClass: csi-cephfs-sc-ephemeral

## @param global.d1ClientCnUrl URL of the CN
##
d1ClientCnUrl: "https://cn.dataone.org/cn"


## @section Dataone-Indexer Application-Specific Properties

Expand Down Expand Up @@ -126,10 +130,6 @@ idxworker:
##
mn_url: ""

## @param idxworker.cn_url URL of the CN
##
cn_url: "https://cn.dataone.org/cn"

## @param idxworker.solrHostname hostname of the solr service to use
## Leave unset (solrHostname: "") to automatically populate when using solr bitnami subchart
##
Expand Down

0 comments on commit c9bdd92

Please sign in to comment.