Skip to content

Commit

Permalink
Merge pull request #13261 from spiffxp/fix-pull-release-verify-sc
Browse files Browse the repository at this point in the history
Ensure pull-release-verify securityContext is on container
  • Loading branch information
k8s-ci-robot authored Jun 28, 2019
2 parents bb4f9be + e8b41db commit c40317a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ presubmits:
args:
- make
- verify
securityContext:
privileged: true
securityContext:
privileged: true

0 comments on commit c40317a

Please sign in to comment.