Skip to content

Commit

Permalink
Merge pull request #44 from mareklibra/cleanup2
Browse files Browse the repository at this point in the history
SCC anyuid removed
  • Loading branch information
mareklibra authored Apr 12, 2019
2 parents bb005fa + efb0339 commit fa717f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ oc new-project kubevirt-web-ui
cd deploy
oc apply -f service_account.yaml
oc apply -f scc_anyuid.yaml
oc apply -f role.yaml
oc apply -f role_extra_for_console.yaml
Expand Down Expand Up @@ -52,7 +51,6 @@ oc new-project kubevirt-web-ui
cd deploy
oc apply -f service_account.yaml
oc adm policy add-scc-to-user anyuid -z kubevirt-web-ui-operator
oc apply -f role.yaml
oc apply -f role_binding.yaml
Expand Down
21 changes: 0 additions & 21 deletions deploy/scc_anyuid.yaml

This file was deleted.

1 change: 0 additions & 1 deletion hack/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ oc new-project kubevirt-web-ui
cd deploy

oc apply -f service_account.yaml
oc apply -f scc_anyuid.yaml

oc apply -f role.yaml
oc apply -f role_extra_for_console.yaml
Expand Down

0 comments on commit fa717f8

Please sign in to comment.