From fc9cd6bdb12d2afe4e3918128c48f2a13a1c62a0 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 8 Sep 2021 09:11:37 -0400 Subject: [PATCH] Make receptor.conf path consistent between containers --- roles/installer/templates/deployment.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/installer/templates/deployment.yaml.j2 b/roles/installer/templates/deployment.yaml.j2 index 3d41d378..3c27418a 100644 --- a/roles/installer/templates/deployment.yaml.j2 +++ b/roles/installer/templates/deployment.yaml.j2 @@ -266,7 +266,7 @@ spec: name: '{{ meta.name }}-ee' imagePullPolicy: '{{ image_pull_policy }}' resources: {{ ee_resource_requirements }} - args: ['receptor', '--config', '/etc/receptor.conf'] + args: ['receptor', '--config', '/etc/receptor/receptor.conf'] volumeMounts: {% if bundle_ca_crt %} - name: "ca-trust-extracted" @@ -277,7 +277,7 @@ spec: readOnly: true {% endif %} - name: "{{ meta.name }}-receptor-config" - mountPath: "/etc/receptor.conf" + mountPath: "/etc/receptor/receptor.conf" subPath: receptor.conf readOnly: true - name: receptor-socket