Skip to content

Commit 1cd9b27

Browse files
committed
typos, updated README.tmpl
1 parent 75c04a9 commit 1cd9b27

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

charts/orchestrator-infra/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ The command removes all the Kubernetes components associated with the chart and
105105

106106
The orchestrator-infra chart requires several CRDs for Knative Eventing and Knative Serving. These CRDs will be applied prior to installing the chart, ensuring that Knative CRs can be created as part of the chart's deployment process. This approach eliminates the need to wait for the OpenShift Serverless Operator's subscription to install them beforehand.
107107

108-
The KnativeEventing and KnativeServing CRDs are required fr this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
109-
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
108+
The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
109+
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
110110

111-
The versions of the CRDs present in the chart and the ones in teh subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
111+
The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
112112

113-
```bash
113+
```bash
114114
podman run --rm --entrypoint bash registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 -c "cat /manifests/operator_v1beta1_knativeeventing_crd.yaml" | yq > knative-eventing-crd.yaml
115115

116116
podman run --rm --entrypoint bash registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 -c "cat /manifests/operator_v1beta1_knativeserving_crd.yaml" | yq > knative-serving-crd.yaml

charts/orchestrator-infra/README.md.gotmpl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,17 @@ helm uninstall my-orchestrator-infra
7575
The command removes all the Kubernetes components associated with the chart and deletes the release.
7676

7777
{{ template "chart.valuesSection" . }}
78+
79+
### Installing Knative Eventing and Knative Serving CRDs
80+
81+
The orchestrator-infra chart requires several CRDs for Knative Eventing and Knative Serving. These CRDs will be applied prior to installing the chart, ensuring that Knative CRs can be created as part of the chart's deployment process. This approach eliminates the need to wait for the OpenShift Serverless Operator's subscription to install them beforehand.
82+
83+
The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
84+
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
85+
86+
The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
87+
88+
```bash
89+
podman run --rm --entrypoint bash registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 -c "cat /manifests/operator_v1beta1_knativeeventing_crd.yaml" | yq > knative-eventing-crd.yaml
90+
91+
podman run --rm --entrypoint bash registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 -c "cat /manifests/operator_v1beta1_knativeserving_crd.yaml" | yq > knative-serving-crd.yaml

0 commit comments

Comments
 (0)