Merge pull request #693 from dotnet-architecture/401-helm
Fixes 401 after login in helm deployments
This commit is contained in:
commit
fdf1d32398
@ -30,7 +30,7 @@ env:
|
|||||||
urls:
|
urls:
|
||||||
# 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).
|
# 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).
|
||||||
configmap:
|
configmap:
|
||||||
- name: urls__identity
|
- name: IdentityUrl
|
||||||
key: internalurls__identity
|
key: internalurls__identity
|
||||||
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
||||||
values:
|
values:
|
||||||
|
@ -30,7 +30,7 @@ env:
|
|||||||
urls:
|
urls:
|
||||||
# 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).
|
# 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).
|
||||||
configmap:
|
configmap:
|
||||||
- name: urls__identity
|
- name: IdentityUrl
|
||||||
key: internalurls__identity
|
key: internalurls__identity
|
||||||
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
||||||
values:
|
values:
|
||||||
|
@ -30,7 +30,7 @@ env:
|
|||||||
urls:
|
urls:
|
||||||
# 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).
|
# 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).
|
||||||
configmap:
|
configmap:
|
||||||
- name: urls__identity
|
- name: IdentityUrl
|
||||||
key: internalurls__identity
|
key: internalurls__identity
|
||||||
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
||||||
values:
|
values:
|
||||||
|
@ -30,7 +30,7 @@ env:
|
|||||||
urls:
|
urls:
|
||||||
# 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).
|
# 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).
|
||||||
configmap:
|
configmap:
|
||||||
- name: urls__identity
|
- name: IdentityUrl
|
||||||
key: internalurls__identity
|
key: internalurls__identity
|
||||||
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
|
||||||
values:
|
values:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user