github.com/verrazzano/verrazzano@v1.7.1/platform-operator/helm_config/charts/verrazzano-platform-operator/templates/clusterrolebinding.yaml (about)

     1  # Copyright (C) 2020, 2021, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  apiVersion: rbac.authorization.k8s.io/v1
     4  kind: ClusterRoleBinding
     5  metadata:
     6    name: {{ .Values.name }}
     7  roleRef:
     8    apiGroup: rbac.authorization.k8s.io
     9    kind: ClusterRole
    10    name: cluster-admin
    11  subjects:
    12    - kind: ServiceAccount
    13      name: {{ .Values.name }}
    14      namespace: {{ .Values.namespace }}