Skip to content

Commit 20fba05

Browse files
authored
DVO-228: Cleanup old dependency (#373)
* Remove boilerplate folder * Remove unused Dockerfile file * Remove old README file annotations
1 parent 2bb5647 commit 20fba05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1
-4181
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are manifests to install the operator under the [`deploy/openshift`](deplo
4848
* If deploying to a namespace other than `deployment-validation-operator`, there are commented lines you must change in `deploy/openshift/cluster-role-binding.yaml` and `deploy/openshift/role-binding.yaml` first
4949
* Create the service, service account, configmap, roles and role bindings
5050
* Create the operator deployment
51-
* **Note that the `nodeAffinity` attribute by default requires a node with the `node-role.kubernetes.io/infra` selector. In common (self-managed) clusters there is usually no such node, so you can remove the `nodeAffinity` attribtue when deploying to those environments.**
51+
* **Note that the `nodeAffinity` attribute by default requires a node with the `node-role.kubernetes.io/infra` selector. In common (self-managed) clusters there is usually no such node, so you can remove the `nodeAffinity` attribute when deploying to those environments.**
5252

5353
```
5454
oc new-project deployment-validation-operator
@@ -159,8 +159,6 @@ The end-to-end tests depend on [`ginkgo`](https://onsi.github.io/ginkgo/#install
159159
make e2e-test
160160
```
161161

162-
We use [openshift boilerplate](https://github.com/openshift/boilerplate) to manage our make targets. See this [doc](https://github.com/openshift/boilerplate/blob/master/boilerplate/openshift/golang-osd-operator/README.md) for further information.
163-
164162
The OCP e2e PR checks exist in the [deployment-validation-operator-tests](https://gitlab.cee.redhat.com/ccx/deployment-validation-operator-tests) repository.
165163
Tests are developed there and once a new build is done, the image is pushed onto [quay.io](https://quay.io/repository/redhatqe/deployment-validation-operator-tests).
166164
This image is then mirrored by the mirroring job in openshift release with this [config](https://github.com/openshift/release/blob/master/core-services/image-mirroring/supplemental-ci-images/mapping_supplemental_ci_images_ci#L22).

Diff for: boilerplate/_data/backing-image-tag

-1
This file was deleted.

Diff for: boilerplate/_data/last-boilerplate-commit

-1
This file was deleted.

Diff for: boilerplate/_lib/boilerplate-commit

-186
This file was deleted.

Diff for: boilerplate/_lib/boilerplate.mk

-7
This file was deleted.

0 commit comments

Comments
 (0)