Skip to content

Commit

Permalink
Description edit
Browse files Browse the repository at this point in the history
  • Loading branch information
halim-lee committed May 2, 2023
1 parent 009230b commit 1b55ace
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal/deploy/kustomize/1.2.0/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ examples/watch-another-namespace`

=== overlays/watch-all-namespaces
This overlay installs the operator into the 'runtime-component' namespace,
but configures it to watch for Runtime Component custom resource instances in any namespace.
Compared to the base, this overlay requires additional ClusterRoles and ClusterRoleBindings.
but configures it to watch for Runtime Component custom resource instances in any namespaces.
Compared to the base configuration, this overlay requires additional ClusterRoles and ClusterRoleBindings.
To install, run: `kubectl create -k overlays/watch-all-namespaces`

=== examples/watch-all-namespaces
This example overlay builds on the previous example and demonstrates how to change
the namespace that the operator installs into. In this example, the operator installs
into a namespace that is called 'rco-ns' and watches for Runtime Component custom resource
instances in any namespace. To install, run: `kubectl create -k examples/watch-all-namespaces`
instances in any namespaces. To install, run: `kubectl create -k examples/watch-all-namespaces`
6 changes: 3 additions & 3 deletions internal/deploy/kustomize/daily/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ examples/watch-another-namespace`

=== overlays/watch-all-namespaces
This overlay installs the operator into the 'runtime-component' namespace,
but configures it to watch for Runtime Component custom resource instances in any namespace.
Compared to the base, this overlay requires additional ClusterRoles and ClusterRoleBindings.
but configures it to watch for Runtime Component custom resource instances in any namespaces.
Compared to the base configuration, this overlay requires additional ClusterRoles and ClusterRoleBindings.
To install, run: `kubectl create -k overlays/watch-all-namespaces`

=== examples/watch-all-namespaces
This example overlay builds on the previous example and demonstrates how to change
the namespace that the operator installs into. In this example, the operator installs
into a namespace that is called 'rco-ns' and watches for Runtime Component custom resource
instances in any namespace. To install, run: `kubectl create -k examples/watch-all-namespaces`
instances in any namespaces. To install, run: `kubectl create -k examples/watch-all-namespaces`

0 comments on commit 1b55ace

Please sign in to comment.