Skip to content

Commit

Permalink
fix(kubernetes): don't create external_metadata_updater user when `…
Browse files Browse the repository at this point in the history
…disableEnaSubmission` (#3126)
  • Loading branch information
fengelniederhammer authored Oct 30, 2024
1 parent f4e9dc9 commit f1da207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ data:
]
}
},
{{- if not .Values.disableEnaSubmission }}
{
"username": "external_metadata_updater",
"enabled": true,
Expand Down Expand Up @@ -196,6 +197,7 @@ data:
]
}
},
{{ end }}
{
"username": "backend",
"enabled": true,
Expand Down

0 comments on commit f1da207

Please sign in to comment.