diff --git a/ceph/templates/deployment-mds.yaml b/ceph/templates/deployment-mds.yaml index 304cc36784..7fc7909d48 100644 --- a/ceph/templates/deployment-mds.yaml +++ b/ceph/templates/deployment-mds.yaml @@ -85,6 +85,10 @@ spec: mountPath: /start_mds.sh subPath: start_mds.sh readOnly: true + - name: ceph-bin + mountPath: /variables_entrypoint.sh + subPath: variables_entrypoint.sh + readOnly: true - name: ceph-bin mountPath: /common_functions.sh subPath: common_functions.sh diff --git a/ceph/templates/deployment-rgw.yaml b/ceph/templates/deployment-rgw.yaml index 92fda43f38..6afc65d8d5 100644 --- a/ceph/templates/deployment-rgw.yaml +++ b/ceph/templates/deployment-rgw.yaml @@ -118,7 +118,7 @@ spec: mountPath: /etc/ceph {{- if not .Values.ceph.rgw_keystone_auth }} - name: ceph-etc - mountPath: /ceph/ceph.conf + mountPath: /etc/ceph/ceph.conf subPath: ceph.conf readOnly: true {{- end }} @@ -126,6 +126,10 @@ spec: mountPath: /start_rgw.sh subPath: start_rgw.sh readOnly: true + - name: ceph-bin + mountPath: /variables_entrypoint.sh + subPath: variables_entrypoint.sh + readOnly: true - name: ceph-bin mountPath: /common_functions.sh subPath: common_functions.sh