Merge pull request #693 from dotnet-architecture/401-helm

Fixes 401 after login in helm deployments
This commit is contained in:
Eduard Tomàs 2018-08-02 17:14:37 +02:00 committed by GitHub
commit fdf1d32398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: