File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3434 - name : Create KIND Cluster
3535 uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
3636
37+ - name : Cleanup stale cluster-scoped RBAC before CT install
38+ run : |
39+ echo "Deleting stale cluster-scoped RBAC to avoid Helm ownership conflicts..."
40+ kubectl delete clusterrole toolhive-operator-manager-role --ignore-not-found=true
41+ kubectl delete clusterrole toolhive-registry-api-role --ignore-not-found=true
42+ kubectl delete clusterrolebinding toolhive-operator-manager-rolebinding --ignore-not-found=true
43+ kubectl delete clusterrolebinding toolhive-registry-api-rolebinding --ignore-not-found=true
44+
3745 - name : Run chart-testing (install)
3846 run : ct install --config ct-install.yaml
You can’t perform that action at this time.
0 commit comments