Last active
October 20, 2020 01:26
-
-
Save colin-mccarthy/184db6f1c6a55b7d71bf30458eb57fe6 to your computer and use it in GitHub Desktop.
Revisions
-
colin-mccarthy revised this gist
Oct 20, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: pod-manager -
colin-mccarthy created this gist
Oct 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ kind: Role metadata: name: pod-manager namespace: ansible-tower rules: - verbs: - get - list - watch - create - update - patch - delete apiGroups: - '' resources: - pods - verbs: - create apiGroups: - '' resources: - pods/exec