You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've kinda assumed that this would be documented in the download.sh file, but that's no longer the case, since our SOP is now to upgrade the Helm chart with dataUrl=''. So our options are:
We write the dataUrl to the Solr PVC and then emit it to logs when we set it up: cumbersome.
We log the dataUrl to the web instance as well, which should not change when the dataUrl changes: difficult to test, may be fragile.
We change the SOP so that instead of saying dataUrl='' we say loadData=false or something: will require changes on ITRB
We change the SOP so that instead of saying dataUrl='' we say dataUrl='' prevDataUrl='...': will require changes on ITRB anyway, and will be difficult to maintain manually.
???
The text was updated successfully, but these errors were encountered:
We've kinda assumed that this would be documented in the download.sh file, but that's no longer the case, since our SOP is now to upgrade the Helm chart with
dataUrl=''
. So our options are:dataUrl
changes: difficult to test, may be fragile.dataUrl=''
we sayloadData=false
or something: will require changes on ITRBdataUrl=''
we saydataUrl='' prevDataUrl='...'
: will require changes on ITRB anyway, and will be difficult to maintain manually.The text was updated successfully, but these errors were encountered: