...

Text file src/edge-infra.dev/config/pallets/sds/interlock/local/interlock-role-binding.yaml

Documentation: edge-infra.dev/config/pallets/sds/interlock/local

     1apiVersion: rbac.authorization.k8s.io/v1
     2kind: Role
     3metadata:
     4  name: interlock-role
     5  namespace: defaulttestnamespace
     6rules:
     7- resources: ["configmaps"]
     8  apiGroups: [""]
     9  verbs: ["get"]

View as plain text