Skip to content

Commit

Permalink
style: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JSPRH committed Feb 1, 2024
1 parent 8493ad5 commit d1cff5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion infra/base/config-map-templates/kordis-api-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: ConfigMap
metadata:
name: kordis-api-config-map
data:
ENVIRONMENT_NAME: <environment name>
ENVIRONMENT_NAME: <environment name>
4 changes: 2 additions & 2 deletions infra/base/config-map-templates/kordis-spa-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: kordis-spa-config-map
data:
ENVIRONMENT_NAME: <environment name>
ENVIRONMENT_NAME: <environment name>
OAUTH_CONFIG: |
<oauth config object>
API_URL: <api url>
API_URL: <api url>
2 changes: 1 addition & 1 deletion infra/overlays/next/kordis-api-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: ConfigMap
metadata:
name: kordis-api-config-map
data:
ENVIRONMENT_NAME: next
ENVIRONMENT_NAME: next
4 changes: 2 additions & 2 deletions infra/overlays/next/kordis-spa-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: kordis-spa-config-map
data:
ENVIRONMENT_NAME: next
ENVIRONMENT_NAME: next
OAUTH_CONFIG: |
{
"config": {
Expand All @@ -18,4 +18,4 @@ data:
},
"discoveryDocumentUrl": "https://kordisleitstelle.b2clogin.com/kordisleitstelle.onmicrosoft.com/B2C_1_SignIn/v2.0/.well-known/openid-configuration"
}
API_URL: https://api.next.kordis-leitstelle.de
API_URL: https://api.next.kordis-leitstelle.de

0 comments on commit d1cff5f

Please sign in to comment.