Skip to content

Commit dc8c340

Browse files
clubandersonchmouel
authored andcommitted
Update second_controller.md
updates to grammar and usage of piped kubectl apply command
1 parent 25b823f commit dc8c340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/install/second_controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Enterprise).
1313

1414
## Running a second controller with a different GitHub application
1515

16-
Each new installs for different GitHub applications have their own controller
16+
Each new install for different GitHub applications have their own controller
1717
with a Service and a
1818
[Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) or
1919
a [OpenShift Route](https://docs.openshift.com/container-platform/latest/networking/routes/route-configuration.html)
@@ -70,7 +70,7 @@ This will output the generated yaml on the standard output, if you are happy
7070
with the output you can apply it on your cluster with `kubectl`:
7171

7272
```shell
73-
python3 ./hack/second-controller.py LABEL|kubectl -f-
73+
python3 ./hack/second-controller.py LABEL|kubectl apply -f -
7474
```
7575

7676
There is multiple flags you can use to fine grain the output of this script, use

0 commit comments

Comments
 (0)