2018-03-28 14:30:00 +00:00
|
|
|
---
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
|
kind: ClusterRole
|
|
|
|
metadata:
|
|
|
|
name: cert-manager
|
|
|
|
labels:
|
|
|
|
app: cert-manager
|
2018-08-15 03:33:08 +00:00
|
|
|
chart: cert-manager-v0.4.1
|
2018-03-28 14:30:00 +00:00
|
|
|
release: cert-manager
|
|
|
|
heritage: Tiller
|
|
|
|
rules:
|
|
|
|
- apiGroups: ["certmanager.k8s.io"]
|
|
|
|
resources: ["certificates", "issuers", "clusterissuers"]
|
|
|
|
verbs: ["*"]
|
|
|
|
- apiGroups: [""]
|
|
|
|
# TODO: remove endpoints once 0.4 is released. We include it here in case
|
|
|
|
# users use the 'master' version of the Helm chart with a 0.2.x release of
|
|
|
|
# cert-manager that still performs leader election with Endpoint resources.
|
|
|
|
# We advise users don't do this, but some will anyway and this will reduce
|
|
|
|
# friction.
|
|
|
|
resources: ["endpoints", "configmaps", "secrets", "events", "services", "pods"]
|
|
|
|
verbs: ["*"]
|
|
|
|
- apiGroups: ["extensions"]
|
|
|
|
resources: ["ingresses"]
|
|
|
|
verbs: ["*"]
|