Browse Source

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

Fixes 401 after login in helm deployments
pull/689/merge
Eduard Tomàs 6 years ago
committed by GitHub
parent
commit
fdf1d32398
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      k8s/helm/apigwmm/values.yaml
  2. +1
    -1
      k8s/helm/apigwms/values.yaml
  3. +1
    -1
      k8s/helm/apigwwm/values.yaml
  4. +1
    -1
      k8s/helm/apigwws/values.yaml

+ 1
- 1
k8s/helm/apigwmm/values.yaml View File

@ -30,7 +30,7 @@ env:
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:
- name: urls__identity
- name: IdentityUrl
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:


+ 1
- 1
k8s/helm/apigwms/values.yaml View File

@ -30,7 +30,7 @@ env:
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:
- name: urls__identity
- name: IdentityUrl
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:


+ 1
- 1
k8s/helm/apigwwm/values.yaml View File

@ -30,7 +30,7 @@ env:
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:
- name: urls__identity
- name: IdentityUrl
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:


+ 1
- 1
k8s/helm/apigwws/values.yaml View File

@ -30,7 +30,7 @@ env:
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:
- name: urls__identity
- name: IdentityUrl
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:


Loading…
Cancel
Save