github.com/replicatedhq/ship@v0.55.0/integration/init/cert-manager/expected/base/deploy/manifests/ClusterRole-cert-manager-view.yaml (about) 1 apiVersion: rbac.authorization.k8s.io/v1 2 kind: ClusterRole 3 metadata: 4 name: cert-manager-view 5 labels: 6 app: cert-manager 7 chart: cert-manager-v0.7.0 8 release: cert-manager 9 heritage: Tiller 10 rbac.authorization.k8s.io/aggregate-to-view: "true" 11 rbac.authorization.k8s.io/aggregate-to-edit: "true" 12 rbac.authorization.k8s.io/aggregate-to-admin: "true" 13 rules: 14 - apiGroups: ["certmanager.k8s.io"] 15 resources: ["certificates", "issuers"] 16 verbs: ["get", "list", "watch"]