File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
deploy/charts/operator/templates Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19- - name : Install Taskfile
20- uses : arduino/setup-task@v1
21-
22- - name : Generate CRDs
23- run : task operator-manifests
24-
25- - name : Debug CRDs in CI
26- run : |
27- echo "Listing CRD files in operator-crds/crd-files:"
28- ls -R deploy/charts/operator-crds/crd-files
29-
30-
3119 - name : Set up Helm
3220 uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3321 with :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ apiVersion: rbac.authorization.k8s.io/v1
33kind : ClusterRole
44metadata :
55 name : toolhive-operator-manager-role
6+ annotations :
7+ " helm.sh/resource-policy " : keep
68rules :
79- apiGroups :
810 - " "
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
66 name : toolhive-operator-manager-rolebinding
77 labels :
88 {{- include "toolhive.labels" . | nindent 4 }}
9+ annotations :
10+ " helm.sh/resource-policy " : keep
911roleRef :
1012 apiGroup : rbac.authorization.k8s.io
1113 kind : ClusterRole
Original file line number Diff line number Diff line change 11apiVersion : rbac.authorization.k8s.io/v1
22kind : ClusterRole
33metadata :
4+ annotations :
5+ " helm.sh/resource-policy " : keep
46 name : toolhive-registry-api-role
57 labels :
68 app.kubernetes.io/name : toolhive-registry-api
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
66 app.kubernetes.io/name : toolhive-registry-api
77 app.kubernetes.io/component : registry-api
88 app.kubernetes.io/managed-by : toolhive-operator
9+ annotations :
10+ " helm.sh/resource-policy " : keep
911roleRef :
1012 apiGroup : rbac.authorization.k8s.io
1113 kind : ClusterRole
You can’t perform that action at this time.
0 commit comments