...

Text file src/edge-infra.dev/config/pallets/sds/patchmanager/base/manifests.yaml

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

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

View as plain text