Update to latest version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-12-01 20:50:11 +01:00
parent 9f97c2a6e3
commit 1160fb12eb
51 changed files with 14846 additions and 25798 deletions

View file

@ -0,0 +1,20 @@
# Source: cert-manager/templates/webhook-psp-clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: cert-manager-webhook-psp
labels:
app: webhook
app.kubernetes.io/name: webhook
app.kubernetes.io/instance: cert-manager
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: "webhook"
helm.sh/chart: cert-manager-v1.0.4
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cert-manager-webhook-psp
subjects:
- kind: ServiceAccount
name: cert-manager-webhook
namespace: cert-manager