Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Update kuttl e2e to work with OCP on AWS #214

Merged
merged 6 commits into from
Jul 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updates for restic-without-trigger e2e on aws
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Jul 22, 2021
commit d983d6f8383b73bd90792e9222333d85bc86b11b
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ kind: Pod
apiVersion: v1
metadata:
name: source
labels:
affinity: source
spec:
containers:
- name: busybox
image: busybox
command: ["/bin/sh", "-c"]
args: ["echo 'somedata' > /mnt/datafile; sleep 99999"]
args: ["echo 'somedata' > /mnt/datafile; sync; sleep 99999"]
volumeMounts:
- name: data
mountPath: "/mnt"
terminationGracePeriodSeconds: 2
volumes:
- name: data
persistentVolumeClaim:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
hourly: 3
daily: 2
monthly: 1
copyMethod: Clone
copyMethod: Snapshot
cacheCapacity: 1Gi