File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
deploy/charts/operator/templates Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ kind: ClusterRole
44metadata :
55 name : toolhive-operator-manager-role
66 annotations :
7- " helm.sh/resource-policy " : keep
7+ " helm.sh/hook " : pre-install
8+ " helm.sh/hook-delete-policy " : before-hook-creation
89rules :
910- apiGroups :
1011 - " "
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ metadata:
77 labels :
88 {{- include "toolhive.labels" . | nindent 4 }}
99 annotations :
10- " helm.sh/resource-policy " : keep
10+ " helm.sh/hook " : pre-install
11+ " helm.sh/hook-delete-policy " : before-hook-creation
1112roleRef :
1213 apiGroup : rbac.authorization.k8s.io
1314 kind : ClusterRole
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
22kind : ClusterRole
33metadata :
44 annotations :
5- " helm.sh/resource-policy " : keep
5+ " helm.sh/hook " : pre-install
6+ " helm.sh/hook-delete-policy " : before-hook-creation
67 name : toolhive-registry-api-role
78 labels :
89 app.kubernetes.io/name : toolhive-registry-api
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ metadata:
77 app.kubernetes.io/component : registry-api
88 app.kubernetes.io/managed-by : toolhive-operator
99 annotations :
10- " helm.sh/resource-policy " : keep
10+ " helm.sh/hook " : pre-install
11+ " helm.sh/hook-delete-policy " : before-hook-creation
1112roleRef :
1213 apiGroup : rbac.authorization.k8s.io
1314 kind : ClusterRole
You can’t perform that action at this time.
0 commit comments