Skip to content

Commit

Permalink
Merge pull request #164 from octarinesec/update-doc-for-charts-instal…
Browse files Browse the repository at this point in the history
…lation

Update README.md
  • Loading branch information
RazOmessi authored Jul 13, 2023
2 parents b83d0be + 7e2bc44 commit 09d9d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/cbcontainers-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Now, install the actual helm chart from source:

```sh
cd charts/cbcontainers-operator
git checkout v5.6.2 # install the latest version of the operator
helm install cbcontainers-operator ./cbcontainers-operator-chart
```

Expand Down Expand Up @@ -85,4 +86,4 @@ Because of that it cannot be generated automatically, so it should be maintained
If any changes are make to the [Kustomize configuration](../../config/manager), they should also be reflected in that file.

The [dataplane_rbac.yaml](cbcontainers-operator-chart/templates/dataplane_rbac.yaml) and [dataplane_service_accounts](cbcontainers-operator-chart/templates/dataplane_service_accounts.yaml)
files contain necessary RBAC objects for the agent to work as expected.
files contain necessary RBAC objects for the agent to work as expected.

0 comments on commit 09d9d46

Please sign in to comment.