github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/base/charts/security/templates/clusterrole.yaml (about)

     1  ---
     2  # Source: istio/charts/security/templates/clusterrole.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRole
     5  metadata:
     6    name: istio-citadel-default
     7    labels:
     8      app: security
     9      chart: security-1.0.3
    10      heritage: Tiller
    11      release: istio
    12  rules:
    13  - apiGroups: [""]
    14    resources: ["secrets"]
    15    verbs: ["create", "get", "watch", "list", "update", "delete"]
    16  - apiGroups: [""]
    17    resources: ["serviceaccounts"]
    18    verbs: ["get", "watch", "list"]
    19  - apiGroups: [""]
    20    resources: ["services"]
    21    verbs: ["get", "watch", "list"]