Browse Source

Fixes 401 after login in helm deployments

pull/693/head
eiximenis 6 years ago
parent
commit
ad47571ebd
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