You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: k8s/helm/apigwmm/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ env:
30
30
urls:
31
31
# 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).
32
32
configmap:
33
-
- name: urls__identity
33
+
- name: IdentityUrl
34
34
key: internalurls__identity
35
35
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
Copy file name to clipboardExpand all lines: k8s/helm/apigwms/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ env:
30
30
urls:
31
31
# 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).
32
32
configmap:
33
-
- name: urls__identity
33
+
- name: IdentityUrl
34
34
key: internalurls__identity
35
35
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
Copy file name to clipboardExpand all lines: k8s/helm/apigwwm/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ env:
30
30
urls:
31
31
# 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).
32
32
configmap:
33
-
- name: urls__identity
33
+
- name: IdentityUrl
34
34
key: internalurls__identity
35
35
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
Copy file name to clipboardExpand all lines: k8s/helm/apigwws/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ env:
30
30
urls:
31
31
# 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).
32
32
configmap:
33
-
- name: urls__identity
33
+
- name: IdentityUrl
34
34
key: internalurls__identity
35
35
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
0 commit comments