diff --git a/cinder/templates/deployment-backup.yaml b/cinder/templates/deployment-backup.yaml index 45d124d759..e79ffafa8a 100644 --- a/cinder/templates/deployment-backup.yaml +++ b/cinder/templates/deployment-backup.yaml @@ -92,9 +92,9 @@ spec: readOnly: true {{- end }} - name: cinder-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_cinder_sudoers subPath: cinder_sudoers readOnly: true diff --git a/cinder/templates/deployment-volume.yaml b/cinder/templates/deployment-volume.yaml index 2935f48882..121ff2a7df 100644 --- a/cinder/templates/deployment-volume.yaml +++ b/cinder/templates/deployment-volume.yaml @@ -96,9 +96,9 @@ spec: readOnly: true {{- end }} - name: cinder-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_cinder_sudoers subPath: cinder_sudoers readOnly: true diff --git a/neutron/templates/daemonset-dhcp-agent.yaml b/neutron/templates/daemonset-dhcp-agent.yaml index e443e92b98..68f32522e3 100644 --- a/neutron/templates/daemonset-dhcp-agent.yaml +++ b/neutron/templates/daemonset-dhcp-agent.yaml @@ -80,9 +80,9 @@ spec: subPath: dnsmasq.conf readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true diff --git a/neutron/templates/daemonset-l3-agent.yaml b/neutron/templates/daemonset-l3-agent.yaml index dc25ac00f4..5efdf214b8 100644 --- a/neutron/templates/daemonset-l3-agent.yaml +++ b/neutron/templates/daemonset-l3-agent.yaml @@ -76,9 +76,9 @@ spec: subPath: l3_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true diff --git a/neutron/templates/daemonset-lb-agent.yaml b/neutron/templates/daemonset-lb-agent.yaml index c71c19eabe..e1dc5efe7d 100644 --- a/neutron/templates/daemonset-lb-agent.yaml +++ b/neutron/templates/daemonset-lb-agent.yaml @@ -69,9 +69,9 @@ spec: subPath: linuxbridge_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true @@ -161,9 +161,9 @@ spec: subPath: linuxbridge_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true diff --git a/neutron/templates/daemonset-metadata-agent.yaml b/neutron/templates/daemonset-metadata-agent.yaml index edda11664e..db5e111e81 100644 --- a/neutron/templates/daemonset-metadata-agent.yaml +++ b/neutron/templates/daemonset-metadata-agent.yaml @@ -78,9 +78,9 @@ spec: subPath: metadata_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true diff --git a/neutron/templates/daemonset-ovs-agent.yaml b/neutron/templates/daemonset-ovs-agent.yaml index 1c7fe76c15..82715d0458 100644 --- a/neutron/templates/daemonset-ovs-agent.yaml +++ b/neutron/templates/daemonset-ovs-agent.yaml @@ -69,9 +69,9 @@ spec: subPath: openvswitch_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true @@ -163,9 +163,9 @@ spec: subPath: openvswitch_agent.ini readOnly: true - name: neutron-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_neutron_sudoers subPath: neutron_sudoers readOnly: true diff --git a/nova/templates/daemonset-compute.yaml b/nova/templates/daemonset-compute.yaml index 5590f8def9..6f21f03fbb 100644 --- a/nova/templates/daemonset-compute.yaml +++ b/nova/templates/daemonset-compute.yaml @@ -140,9 +140,9 @@ spec: subPath: policy.yaml readOnly: true - name: nova-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_nova_sudoers subPath: nova_sudoers readOnly: true diff --git a/nova/templates/deployment-api-metadata.yaml b/nova/templates/deployment-api-metadata.yaml index 718865bb76..e96feb41bf 100644 --- a/nova/templates/deployment-api-metadata.yaml +++ b/nova/templates/deployment-api-metadata.yaml @@ -93,9 +93,9 @@ spec: subPath: policy.yaml readOnly: true - name: nova-etc - # NOTE (Portdirect): We mount here to overide Kollas custom - # sudoers file when using Kolla images, this location will - # also work fine for other images. + # NOTE (Portdirect): We mount here to override Kollas + # custom sudoers file when using Kolla images, this + # location will also work fine for other images. mountPath: /etc/sudoers.d/kolla_nova_sudoers subPath: nova_sudoers readOnly: true