Skip to content

Commit 9134f93

Browse files
authored
Merge pull request #67 from stackhpc/fix-kube-nodepool
Ensure default service account gets namespaces role
2 parents 3967658 + 1ed698a commit 9134f93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • ansible/inventory/group_vars/all

ansible/inventory/group_vars/all/rbac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ zuul_operator_rbac: |
120120
- kind: ServiceAccount
121121
name: zuul-operator
122122
namespace: zuul
123+
- kind: ServiceAccount
124+
name: default
125+
namespace: zuul
123126
roleRef:
124127
kind: ClusterRole
125128
name: cluster-admin #zuul-operator

0 commit comments

Comments
 (0)