...

Text file src/edge-infra.dev/config/pallets/sds/audio/dsds/role.yaml

Documentation: edge-infra.dev/config/pallets/sds/audio/dsds

     1apiVersion: rbac.authorization.k8s.io/v1
     2kind: ClusterRole
     3metadata:
     4  name: pipewire
     5rules:
     6- resources:
     7  - nodes
     8  apiGroups:
     9  - ""
    10  verbs:
    11  - get
    12  - list
    13  - watch
    14- resources:
    15  - nodes/status
    16  apiGroups:
    17  - ""
    18  verbs:
    19  - get
    20  - patch
    21  - update
    22- resources:
    23  - pods
    24  apiGroups:
    25  - ""
    26  verbs:
    27  - get
    28  - list
    29  - watch

View as plain text