Skip to content

Commit c036369

Browse files
author
Mulder, Evert
committed
Fix typo in RBAC namespaced roles documentation
1 parent 130b471 commit c036369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/sealed-secrets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The command removes all the Kubernetes components associated with the chart and
193193
| `rbac.clusterRole` | Specifies whether the Cluster Role resource should be created | `true` |
194194
| `rbac.clusterRoleName` | Specifies the name for the Cluster Role resource | `secrets-unsealer` |
195195
| `rbac.namespacedRoles` | Specifies whether the namespaced Roles should be created (in each of the specified additionalNamespaces) | `false` |
196-
| `rbac.namespacedRolesName` | Specifies the name for the namesapced Role resource | `secrets-unsealer` |
196+
| `rbac.namespacedRolesName` | Specifies the name for the namespaced Role resource | `secrets-unsealer` |
197197
| `rbac.labels` | Extra labels to be added to RBAC resources | `{}` |
198198
| `rbac.pspEnabled` | PodSecurityPolicy | `false` |
199199
| `rbac.serviceProxier.create` | Specifies whether to create the "proxier" role, to allow external users to access the SealedSecret API | `true` |

helm/sealed-secrets/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ rbac:
429429
## @param rbac.namespacedRoles Specifies whether the namespaced Roles should be created (in each of the specified additionalNamespaces)
430430
##
431431
namespacedRoles: false
432-
## @param rbac.namespacedRolesName Specifies the name for the namesapced Role resource
432+
## @param rbac.namespacedRolesName Specifies the name for the namespaced Role resource
433433
##
434434
namespacedRolesName: "secrets-unsealer"
435435
## @param rbac.labels Extra labels to be added to RBAC resources

0 commit comments

Comments
 (0)