Add CSI driver
This commit is contained in:
parent
ec79d6ad8f
commit
75306abab3
9 changed files with 157 additions and 0 deletions
13
files/csi/cert-manager-csi-ClusterRoleBinding.yaml
Normal file
13
files/csi/cert-manager-csi-ClusterRoleBinding.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: cert-manager-csi
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: cert-manager-csi
|
||||
subjects:
|
||||
- apiGroup:
|
||||
kind: ServiceAccount
|
||||
name: cert-manager-csi
|
||||
namespace: cert-manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue