Skip to content

Commit

Permalink
Merge pull request #777 from yiannistri/patch-1
Browse files Browse the repository at this point in the history
fix: Typo
  • Loading branch information
hiddeco authored Sep 20, 2023
2 parents 9059faf + c41062d commit 39fd287
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 39fd287

Please sign in to comment.