Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yiannis Triantafyllopoulos <[email protected]>
  • Loading branch information
yiannistri authored Sep 20, 2023
1 parent 9059faf commit c41062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/v2beta1/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ spec:
## Role-based access control

By default, a `HelmRelease` runs under the cluster admin account and can create, modify, delete cluster level objects
(cluster roles, cluster role binding, CRDs, etc) and namespeced objects (deployments, ingresses, etc).
(cluster roles, cluster role binding, CRDs, etc) and namespaced objects (deployments, ingresses, etc).
For certain `HelmReleases` a cluster admin may wish to control what types of Kubernetes objects can
be reconciled and under which namespace.
To restrict a `HelmRelease`, one can assign a service account under which the reconciliation is performed.
Expand Down

0 comments on commit c41062d

Please sign in to comment.