[COMMON] Remove hostPath entries
[oom.git] / kubernetes / common / mariadb-galera / templates / backup / cronjob.yaml
index f212869..877e6fa 100644 (file)
@@ -164,16 +164,10 @@ spec:
                   name: tmp-data
                 - mountPath: /opt/bitnami/mariadb/tmp
                   name: tmp
-                - mountPath: /etc/localtime
-                  name: localtime
-                  readOnly: true
                 - name: backup-dir
                   mountPath: /backup
           {{- include "common.imagePullSecrets" . | nindent 10 }}
           volumes:
-            - name: localtime
-              hostPath:
-                path: /etc/localtime
             - name: data
               persistentVolumeClaim:
             {{- if .Values.persistence.existingClaim }}