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:
job-name: $TASK-$DRUPALSITE
spec:
volumes:
- name: openstack-credentials
secret:
secretName: openstack-auth-secrets
defaultMode: 420
- name: velero-restic-credentials
secret:
secretName: velero-restic-credentials
......@@ -56,13 +52,6 @@ spec:
- name: velero-restic-credentials
readOnly: true
mountPath: /tmp
lifecycle:
preStop:
exec:
command:
- /bin/sh
- '-c'
- umount /mnt; sleep 10
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
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