Skip to content

Commit 55aec83

Browse files
NickLarsenNZrazvan
andcommitted
chore: Restore secrets/delete permission
Now needed since #876 Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent fac19ef commit 55aec83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/helm/trino-operator/templates/clusterrole-operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ rules:
4141
- list
4242
- patch
4343
# Shared internal authentication secrets (communication key and spooling secret).
44+
# Delete is needed to migrate immutable secrets to mutable ones.
4445
# Orphan cleanup not needed (instead, Kubernetes GC via owner reference).
4546
- apiGroups:
4647
- ""
4748
resources:
4849
- secrets
4950
verbs:
5051
- create
52+
- delete
5153
- get
5254
- patch
5355
# RoleBinding created per TrinoCluster to bind the product ClusterRole to the workload

0 commit comments

Comments
 (0)