github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/openshift/manifests.yaml (about)

     1  apiVersion: authorization.openshift.io/v1
     2  kind: Role
     3  metadata:
     4    name: test-role
     5  rules:
     6    - apiGroups:
     7        - ""
     8      resources:
     9        - configmaps
    10        - secrets
    11      verbs:
    12        - get
    13        - list
    14        - watch
    15  
    16  ---
    17  apiVersion: authorization.openshift.io/v1
    18  kind: RoleBinding
    19  metadata:
    20    name: test-role-binding
    21  roleRef:
    22    name: test-role
    23  subjects:
    24    - kind: ServiceAccount
    25      name: test
    26  
    27  ---
    28  apiVersion: project.openshift.io/v1
    29  kind: Project
    30  metadata:
    31    name: test