From 5efe1dbec3a49f7d6e887efe28f917ae0fc1f499 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 Mar 2020 08:34:12 -0600 Subject: [PATCH] Updated volume name --- .../mobilemarketingapigw-deploy-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml b/deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml index 28c656aab..eb17b576a 100644 --- a/deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml +++ b/deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml @@ -39,7 +39,7 @@ objects: imagePullPolicy: Always name: ${APPLICATION_NAME} volumeMounts: - - name: envoy-volume + - name: config mountPath: /etc/envoy ports: - containerPort: 8080 @@ -50,7 +50,7 @@ objects: terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumes: - - name: envoy-volume + - name: config configMap: name: mobilemarketingapigw-config-map items: