File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ The command removes all the Kubernetes components associated with the chart and
193
193
| ` rbac.clusterRole ` | Specifies whether the Cluster Role resource should be created | ` true ` |
194
194
| ` rbac.clusterRoleName ` | Specifies the name for the Cluster Role resource | ` secrets-unsealer ` |
195
195
| ` 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 ` |
197
197
| ` rbac.labels ` | Extra labels to be added to RBAC resources | ` {} ` |
198
198
| ` rbac.pspEnabled ` | PodSecurityPolicy | ` false ` |
199
199
| ` rbac.serviceProxier.create ` | Specifies whether to create the "proxier" role, to allow external users to access the SealedSecret API | ` true ` |
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ rbac:
429
429
# # @param rbac.namespacedRoles Specifies whether the namespaced Roles should be created (in each of the specified additionalNamespaces)
430
430
# #
431
431
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
433
433
# #
434
434
namespacedRolesName : " secrets-unsealer"
435
435
# # @param rbac.labels Extra labels to be added to RBAC resources
You can’t perform that action at this time.
0 commit comments