Newer
Older
AnthosCertManager / config / rbac / auth_proxy_role_binding.yaml
@Yangyang Xie Yangyang Xie on 14 Nov 2022 588 bytes fix problem issues
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
  labels:
    app.kubernetes.io/name: clusterrolebinding
    app.kubernetes.io/instance: proxy-rolebinding
    app.kubernetes.io/component: kube-rbac-proxy
    app.kubernetes.io/created-by: anthoscertmanager
    app.kubernetes.io/part-of: anthoscertmanager
    app.kubernetes.io/managed-by: kustomize
  name: proxy-rolebinding
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: proxy-role
subjects:
- kind: ServiceAccount
  name: anthos-certificate-manager
  namespace: anthoscertmanager