Skip to content
Snippets Groups Projects
Commit af588e78 authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula
Browse files

Remove mouting openstack auth creds in restore job

parent 4e63caee
No related branches found
No related tags found
1 merge request!11Use oc rsync to restore files
Pipeline #2870515 passed
...@@ -15,10 +15,6 @@ spec: ...@@ -15,10 +15,6 @@ spec:
job-name: $TASK-$DRUPALSITE job-name: $TASK-$DRUPALSITE
spec: spec:
volumes: volumes:
- name: openstack-credentials
secret:
secretName: openstack-auth-secrets
defaultMode: 420
- name: velero-restic-credentials - name: velero-restic-credentials
secret: secret:
secretName: velero-restic-credentials secretName: velero-restic-credentials
...@@ -56,13 +52,6 @@ spec: ...@@ -56,13 +52,6 @@ spec:
- name: velero-restic-credentials - name: velero-restic-credentials
readOnly: true readOnly: true
mountPath: /tmp mountPath: /tmp
lifecycle:
preStop:
exec:
command:
- /bin/sh
- '-c'
- umount /mnt; sleep 10
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File terminationMessagePolicy: File
imagePullPolicy: Always imagePullPolicy: Always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment