Skip to content

Commit

Permalink
WIP: testing a fix for e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lorenc committed Dec 11, 2020
1 parent bff0ba0 commit 91d21d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/v1alpha1/taskruns/dind-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
- --storage-driver=vfs
- --userland-proxy=false
- --debug
resources:
requests:
memory: "512Mi"
securityContext:
privileged: true
env:
Expand Down
3 changes: 3 additions & 0 deletions examples/v1beta1/taskruns/dind-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ spec:
- --storage-driver=vfs
- --userland-proxy=false
- --debug
resources:
requests:
memory: "512Mi"
securityContext:
privileged: true
env:
Expand Down

0 comments on commit 91d21d0

Please sign in to comment.