Skip to content

Commit

Permalink
Set default automountServiceAccountToken as true (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomrfranco authored Jul 18, 2024
1 parent 33937b5 commit 0602c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The command removes all the Kubernetes components associated with the chart and
| `serviceAccount.create` | Enable creation of ServiceAccount for Cyral Sidecar pod | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. | `{}` |
| `serviceAccount.automountServiceAccountToken` | Auto-mount the service account token in the pod | `false` |
| `serviceAccount.automountServiceAccountToken` | Auto-mount the service account token in the pod | `true` |
| `rbac.create` | Create Role and RoleBinding | `true` |
| `rbac.rules` | Custom RBAC rules to set | `[]` |
| `podSecurityContext.enabled` | Enabled Cyral Sidecar pods' Security Context | `false` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ serviceAccount:
annotations: {}
## @param serviceAccount.automountServiceAccountToken Auto-mount the service account token in the pod
##
automountServiceAccountToken: false
automountServiceAccountToken: true
## Role Based Access
## Ref: https://kubernetes.io/docs/admin/authorization/rbac/
## @param rbac.create Create Role and RoleBinding
Expand Down

0 comments on commit 0602c15

Please # to comment.