Skip to content
Snippets Groups Projects
Commit 2cef6bfe authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Reverted double fixes after merging.

parent 49583c2c
No related branches found
No related tags found
1 merge request!44Latest fixes.
Pipeline #51083 canceled
Subproject commit 26e4b0b365501f84eaceb12f9d79c04fb1faca38 Subproject commit e772c6d954009d7b3419200ffd370f55fd62c1a4
...@@ -123,9 +123,7 @@ services = NomadConfig( ...@@ -123,9 +123,7 @@ services = NomadConfig(
disable_reset=True, disable_reset=True,
not_processed_value='not processed', not_processed_value='not processed',
unavailable_value='unavailable', unavailable_value='unavailable',
https=False, https=False
migrated=False # with migrated data will not show data of user 1 in search results,
# since this user was used for data with unknown provenance
) )
tests = NomadConfig( tests = NomadConfig(
......
...@@ -27,7 +27,6 @@ data: ...@@ -27,7 +27,6 @@ data:
admin_password: "{{ .Values.api.adminPassword }}" admin_password: "{{ .Values.api.adminPassword }}"
disable_reset: {{ .Values.api.disableReset }} disable_reset: {{ .Values.api.disableReset }}
https: {{ .Values.api.https }} https: {{ .Values.api.https }}
migrated: {{ .Values.api.migrated }}
rabbitmq: rabbitmq:
host: "{{ .Release.Name }}-rabbitmq" host: "{{ .Release.Name }}-rabbitmq"
elastic: elastic:
......
...@@ -39,8 +39,6 @@ api: ...@@ -39,8 +39,6 @@ api:
adminPassword: "password" adminPassword: "password"
## Disable the dangerous reset (delete all data) function ## Disable the dangerous reset (delete all data) function
disableReset: "true" disableReset: "true"
## Do not show data of user with id 1, since he was used for data with unknown provernance
migrated: "false"
## Everthing concerning the nomad worker ## Everthing concerning the nomad worker
worker: worker:
......
...@@ -6,7 +6,6 @@ proxy: ...@@ -6,7 +6,6 @@ proxy:
api: api:
disableReset: false disableReset: false
migrated: true
worker: worker:
replicas: 3 replicas: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment