Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit fdf1d32

Browse files
authored
Merge pull request #693 from dotnet-architecture/401-helm
Fixes 401 after login in helm deployments
2 parents e476899 + ad47571 commit fdf1d32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

k8s/helm/apigwmm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
urls:
3131
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
3232
configmap:
33-
- name: urls__identity
33+
- name: IdentityUrl
3434
key: internalurls__identity
3535
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
3636
values:

k8s/helm/apigwms/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
urls:
3131
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
3232
configmap:
33-
- name: urls__identity
33+
- name: IdentityUrl
3434
key: internalurls__identity
3535
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
3636
values:

k8s/helm/apigwwm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
urls:
3131
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
3232
configmap:
33-
- name: urls__identity
33+
- name: IdentityUrl
3434
key: internalurls__identity
3535
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
3636
values:

k8s/helm/apigwws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
urls:
3131
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
3232
configmap:
33-
- name: urls__identity
33+
- name: IdentityUrl
3434
key: internalurls__identity
3535
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
3636
values:

0 commit comments

Comments
 (0)