Skip to content

Commit

Permalink
remove unnecessary config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Oct 2, 2024
1 parent b9d4357 commit 22d8814
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions kubernetes/loculus/templates/ena-submission-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{{- $submitToEnaProduction := .Values.submitToEnaProduction | default false }}
{{- $enaDbName := .Values.enaDbName | default false }}
{{- $enaUniqueSuffix := .Values.enaUniqueSuffix | default false }}
{{- $enaLogLevel := .Values.enaLogLevel | default "INFO" }}
---
apiVersion: v1
kind: ConfigMap
Expand All @@ -16,6 +15,5 @@ data:
db_name: {{ $enaDbName }}
unique_project_suffix: {{ $enaUniqueSuffix }}
backend_url: {{ $backendHost }}
log_level: {{ $enaLogLevel }}
keycloak_token_url: {{ $keycloakHost -}}/realms/loculus/protocol/openid-connect/token
{{- include "loculus.generateENASubmissionConfig" . | nindent 4 }}
1 change: 0 additions & 1 deletion kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,6 @@ registrationTermsMessage: >
submitToEnaProduction: false
enaDbName: Loculus
enaUniqueSuffix: Loculus
enaLogLevel: DEBUG
subdomainSeparator: "-"
replicas:
website: 1
Expand Down

0 comments on commit 22d8814

Please sign in to comment.