We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b1eb96 + c6b8336 commit 44cc4bcCopy full SHA for 44cc4bc
README.md
@@ -42,7 +42,7 @@ podman run --rm -ti \
42
43
1. Use CVO `render` to render all the manifests from release-payload to a directory. [here](#using-cvo-to-render-the-release-payload-locally)
44
45
-2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manfiests>`.
+2. Create the operators from the manifests by using `oc create -f <directory when CVO rendered manifests>`.
46
47
## Running CVO tests
48
@@ -54,4 +54,4 @@ go test ./...
54
# Requires the CVO CRD to be installed.
55
export KUBECONFIG=<admin kubeconfig>
56
TEST_INTEGRATION=1 go test ./... -test.run=^TestIntegration
57
-```
+```
0 commit comments