Update to latest version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9f97c2a6e3
commit
1160fb12eb
51 changed files with 14846 additions and 25798 deletions
18
templates/1.0/cert-manager-psp-ClusterRole.yaml
Normal file
18
templates/1.0/cert-manager-psp-ClusterRole.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Source: cert-manager/templates/psp-clusterrole.yaml
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: cert-manager-psp
|
||||
labels:
|
||||
app: cert-manager
|
||||
app.kubernetes.io/name: cert-manager
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/component: "controller"
|
||||
helm.sh/chart: cert-manager-v1.0.4
|
||||
rules:
|
||||
- apiGroups: ['policy']
|
||||
resources: ['podsecuritypolicies']
|
||||
verbs: ['use']
|
||||
resourceNames:
|
||||
- cert-manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue