diff --git a/k8s/helm/apigwmm/values.yaml b/k8s/helm/apigwmm/values.yaml index eeb379c38..0bfca0ab5 100644 --- a/k8s/helm/apigwmm/values.yaml +++ b/k8s/helm/apigwmm/values.yaml @@ -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: diff --git a/k8s/helm/apigwms/values.yaml b/k8s/helm/apigwms/values.yaml index 2659cb8cb..f432a923a 100644 --- a/k8s/helm/apigwms/values.yaml +++ b/k8s/helm/apigwms/values.yaml @@ -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: diff --git a/k8s/helm/apigwwm/values.yaml b/k8s/helm/apigwwm/values.yaml index 989a5c8c6..a00e59deb 100644 --- a/k8s/helm/apigwwm/values.yaml +++ b/k8s/helm/apigwwm/values.yaml @@ -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: diff --git a/k8s/helm/apigwws/values.yaml b/k8s/helm/apigwws/values.yaml index f2f839a05..57ed34dd5 100644 --- a/k8s/helm/apigwws/values.yaml +++ b/k8s/helm/apigwws/values.yaml @@ -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: