Skip to content

Commit

Permalink
fixing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorville90 committed Aug 8, 2023
2 parents 0284d24 + 560faf0 commit 9379417
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ apiVersion: user.openshift.io/v1
metadata:
name: aap-admins
users:
- cnorville90
<<<<<<< HEAD
- cnorville90

Check failure on line 7 in components/configs/rbac/overlays/hou-edge/aap-admins-group.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

7:1 syntax error: could not find expected ':' (syntax)

Check failure on line 7 in components/configs/rbac/overlays/hou-edge/aap-admins-group.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

7:1 syntax error: could not find expected ':' (syntax)
=======
- cnorville90
>>>>>>> 560faf0c964f69e33e0facea9eabfcc34a7f7b5f
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: RoleBinding
metadata:
name: edit
namespace: aap
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
<<<<<<< HEAD:components/configs/rbac/overlays/hou-edge/lab-user-edit-ns-rolebinding.yaml
name: aap-admins

Check failure on line 13 in components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

13:7 syntax error: could not find expected ':' (syntax)

Check failure on line 13 in components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

13:7 syntax error: could not find expected ':' (syntax)
=======
name: aap-admins
>>>>>>> 560faf0c964f69e33e0facea9eabfcc34a7f7b5f:components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml
2 changes: 2 additions & 0 deletions components/configs/rbac/overlays/hou-edge/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ bases:
- ../../base

resources:
- aap-admins-group.yaml
- aap-edit-ns-rolebinding.yaml
- adhoc-ops-group.yaml
- lab-cluster-admins-group.yaml
- lab-cluster-admins-rolebinding.yaml
Expand Down

This file was deleted.

0 comments on commit 9379417

Please sign in to comment.