Skip to content

Commit faae5c2

Browse files
committed
Sync chart CRD after upstream replay
1 parent fd2465e commit faae5c2

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

charts/substrate-crds/templates/ate.dev_actortemplates.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@ spec:
299299
description: Snapshots configuration for the actor.
300300
properties:
301301
location:
302-
description: Location to store snapshots in.
302+
description: |-
303+
Location is the base object-storage URI snapshots of this template's
304+
actors are stored under.
303305
minLength: 1
304306
type: string
305307
onCommit:

charts/substrate/templates/role.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,18 @@ rules:
9292
- patch
9393
- update
9494
- 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

Comments
 (0)