Merge pull request #334 from rooftopcellist/extend-service-account-perm

Add ability to get/create/delete secrets for the awx service account
This commit is contained in:
Shane McDonald
2021-05-25 16:02:46 -04:00
committed by GitHub

View File

@@ -26,6 +26,9 @@ rules:
- apiGroups: [""]
resources: ["pods/attach"]
verbs: ["create"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "create", "delete"]
---
kind: RoleBinding