Created
January 11, 2018 23:30
-
-
Save sherl0cks/bca4ce155e2c74d0c5429b3ce10fafad to your computer and use it in GitHub Desktop.
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 characters
| --- | |
| apiVersion: v1 | |
| kind: Template | |
| metadata: | |
| name: roles | |
| parameters: | |
| objects: | |
| - apiVersion: v1 | |
| kind: RoleBinding | |
| groupNames: [] | |
| metadata: | |
| name: edit | |
| roleRef: | |
| name: edit | |
| userNames: | |
| - jburliso | |
| - ematusov | |
| - jlindesm | |
| - byarger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment