Skip to content

Commit

Permalink
add volume to e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>
  • Loading branch information
Hui Kang committed Jan 11, 2022
1 parent b6b23b6 commit 4984772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/bluegreen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ spec:
requests:
memory: 16Mi
cpu: 1m
volumes:
- name: cache-volume
emptyDir: {}
`).
When().
ApplyManifests().
Expand Down

0 comments on commit 4984772

Please sign in to comment.