There was an error while loading. Please reload this page.
1 parent fd2465e commit faae5c2Copy full SHA for faae5c2
2 files changed
charts/substrate-crds/templates/ate.dev_actortemplates.yaml
@@ -299,7 +299,9 @@ spec:
299
description: Snapshots configuration for the actor.
300
properties:
301
location:
302
- description: Location to store snapshots in.
+ description: |-
303
+ Location is the base object-storage URI snapshots of this template's
304
+ actors are stored under.
305
minLength: 1
306
type: string
307
onCommit:
charts/substrate/templates/role.yaml
@@ -92,3 +92,18 @@ rules:
92
- patch
93
- update
94
- watch
95
+---
96
+apiVersion: rbac.authorization.k8s.io/v1
97
+kind: Role
98
+metadata:
99
+ name: {{ include "substrate.fullname" (list "ate-controller" .) }}
100
+ namespace: ate-system
101
+rules:
102
+- apiGroups:
103
+ - discovery.k8s.io
104
+ resources:
105
+ - endpointslices
106
+ verbs:
107
+ - get
108
+ - list
109
+ - watch
0 commit comments