Skip to content

Commit

Permalink
Nit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknelson authored and openshift-merge-robot committed Feb 1, 2019
1 parent b93774e commit d45403e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

The Automation Broker may be installed and managed by its operator, which is built using
[operator-sdk](https://github.com/operator-framework/operator-sdk) ansible support. The operator source can be found in [operator/](..operator)
at the root our project. Once this image is built and deployed, either manually or
at the root of our project. Once this image is built and deployed, either manually or
through OLM, the broker can be deployed by creating a CR of the `automationbroker.osb.openshift.io`
CRD.

When deploying a broker that is managed by the operator, users should configure the operator
by setting supported options in the `spec` of the CR. The operator will pick up these values and
intelligently apply them to the operator.

Note: if you make any changes to the broker's config
**Note:** if you make any changes to the broker's config
directly, the operator will overwrite them and they will be lost. If you must make changes
directly, you will need to scale down your operator so that the broker is no longer managed.
You may then edit the config directly, and must redeploy the pod so that the config re-mounts
Expand Down Expand Up @@ -60,4 +60,4 @@ metadata:
spec:
keepNamespace: true
sandboxRole: edit
```
```

0 comments on commit d45403e

Please sign in to comment.