...

Text file src/edge-infra.dev/config/pallets/sds/display/base/displayctl/serviceaccount.yaml

Documentation: edge-infra.dev/config/pallets/sds/display/base/displayctl

     1apiVersion: v1
     2kind: ServiceAccount
     3metadata:
     4  name: displayctl
     5  labels:
     6    app.kubernetes.io/name: displayctl
     7---
     8apiVersion: rbac.authorization.k8s.io/v1
     9kind: ClusterRoleBinding
    10metadata:
    11  name: displayctl
    12  labels:
    13    app.kubernetes.io/name: displayctl
    14roleRef:
    15  name: displayctl
    16  kind: ClusterRole
    17  apiGroup: rbac.authorization.k8s.io
    18subjects:
    19- name: displayctl
    20  namespace: display
    21  kind: ServiceAccount

View as plain text