Merge "Ceph-Client: update configmap name for defragosds cronjob"

This commit is contained in:
Zuul 2019-08-02 00:21:41 +00:00 committed by Gerrit Code Review
commit 26ed62352b
2 changed files with 3 additions and 8 deletions

View File

@ -92,7 +92,7 @@ spec:
mountPath: /tmp mountPath: /tmp
- name: pod-etc-ceph - name: pod-etc-ceph
mountPath: /etc/ceph mountPath: /etc/ceph
- name: ceph-osd-bin - name: ceph-client-bin
mountPath: /tmp/utils-defragOSDs.sh mountPath: /tmp/utils-defragOSDs.sh
subPath: utils-defragOSDs.sh subPath: utils-defragOSDs.sh
readOnly: true readOnly: true
@ -103,12 +103,8 @@ spec:
emptyDir: {} emptyDir: {}
- name: pod-etc-ceph - name: pod-etc-ceph
emptyDir: {} emptyDir: {}
- name: ceph-osd-bin - name: ceph-client-bin
configMap: configMap:
name: {{ printf "%s-%s" $envAll.Release.Name "bin" | quote }} name: ceph-client-bin
defaultMode: 0555 defaultMode: 0555
- name: ceph-client-etc
configMap:
name: {{ printf "%s-%s" $envAll.Release.Name "etc" | quote }}
defaultMode: 0444
{{- end }} {{- end }}

View File

@ -185,7 +185,6 @@ jobs:
execPolicy: Forbid execPolicy: Forbid
startingDeadlineSecs: 60 startingDeadlineSecs: 60
manifests: manifests:
cronjob_defragosds: true
job_bootstrap: false job_bootstrap: false
EOF EOF