github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/security/templates/ClusterRole-istio-cleanup-secrets-default.yaml (about)

     1  apiVersion: rbac.authorization.k8s.io/v1beta1
     2  kind: ClusterRole
     3  metadata:
     4    name: istio-cleanup-secrets-default
     5    annotations:
     6      "helm.sh/hook": post-delete
     7      "helm.sh/hook-delete-policy": hook-succeeded
     8      "helm.sh/hook-weight": "1"
     9    labels:
    10      app: security
    11      chart: security-1.0.3
    12      heritage: Tiller
    13      release: istio
    14  rules:
    15  - apiGroups: [""]
    16    resources: ["secrets"]
    17    verbs: ["list", "delete"]