Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Manual SCC Step (PROJQUAY-1103) #318

Merged
merged 1 commit into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ Opinionated deployment of [Quay container registry](https://github.com/quay/quay

This Operator can be installed on any Kubernetes cluster running the [Operator Lifecycle Manager](https://github.com/operator-framework/operator-lifecycle-manager). Simply create the provided `CatalogSource` to make the package available on the cluster, then create the `Subscription` to install it.

**If running on OpenShift**:
```sh
$ oc adm policy add-scc-to-user anyuid system:serviceaccount:<your-namespace>:default
```

**Create the `CatalogSource`**:
```sh
$ kubectl create -n openshift-marketplace -f ./deploy/quay-operator.catalogsource.yaml
Expand Down
2 changes: 0 additions & 2 deletions kustomize/base/quay.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ spec:
labels:
quay-component: quay-app
spec:
securityContext:
fsGroup: 1001
volumes:
- name: configvolume
secret:
Expand Down
2 changes: 0 additions & 2 deletions kustomize/base/upgrade.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ spec:
labels:
quay-component: quay-app-upgrade
spec:
securityContext:
fsGroup: 1001
volumes:
- name: configvolume
secret:
Expand Down