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

Commit a2bc8aa

Browse files
2 parents fc031b1 + fdf1d32 commit a2bc8aa

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)