We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe5656 commit f8c70e5Copy full SHA for f8c70e5
apps/faf-lobby-server/templates/config.yaml
@@ -10,5 +10,6 @@ data:
10
MQ_USER: "faf-lobby-server"
11
DB_LOGIN: "faf-python-server"
12
DB_NAME: "faf_lobby"
13
+ HYDRA_JWKS_URI: "https://hydra.{{ .Values.baseDomain }}/.well-known/jwks.json"
14
"config.yaml": |-
15
{{ tpl ( .Files.Get "config/config.yaml" ) . | indent 4 }}
0 commit comments