-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yaml
30 lines (29 loc) · 924 Bytes
/
plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Plugin Definition below. This is essentially a valid helm values file that will be merged
# with the other vcluster values during vcluster create or helm install.
plugin:
ace:
version: v2
image: ghcr.io/appscode/vcluster-plugin-ace:v0.0.3
imagePullPolicy: Always
rbac:
role:
extraRules:
- apiGroups: ["cacerts.csi.cert-manager.io"]
resources: ["caproviderclasses"]
verbs: ["*"]
clusterRole:
extraRules:
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["*"]
# Make sure the cluster role is enabled or otherwise the plugin won't be able to watch custom
# resource definitions.
rbac:
clusterRole:
enabled: true
role:
enabled: true
extraRules:
- apiGroups: ["cacerts.csi.cert-manager.io"]
resources: ["caproviderclasses"]
verbs: ["*"]