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

View File

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