Skip to content

Commit

Permalink
Fix Talos SUC ServiceAccount (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbouvy authored Feb 9, 2024
1 parent 98c1ca4 commit a97c56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ metadata:
name: talos
spec:
roles:
- os:operator
- os:admin
{% endif %}
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/talos/talconfig.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ controlPlane:
kubernetesTalosAPIAccess:
enabled: true
allowedRoles:
- os:operator
- os:admin
allowedKubernetesNamespaces:
- system-upgrade
Expand Down

0 comments on commit a97c56c

Please sign in to comment.