diff --git a/Makefile b/Makefile index c504caf8..2da810ba 100644 --- a/Makefile +++ b/Makefile @@ -542,7 +542,7 @@ helm-k8s: helmify manifests kustomize clean-helm-k8s gen-kmm-charts-k8s # Patching k8s helm chart template cp $(shell pwd)/hack/k8s-patch/template-patch/* $(shell pwd)/helm-charts-k8s/templates/ # Removing OpenShift related rbac from vanilla k8s helm charts - rm $(shell pwd)/helm-charts-k8s/templates/kmm-device-plugin-rbac.yaml + rm $(shell pwd)/helm-charts-k8s/templates/device-plugin-rbac.yaml rm $(shell pwd)/helm-charts-k8s/templates/kmm-module-loader-rbac.yaml # Patching k8s helm chart kmm subchart cp $(shell pwd)/hack/k8s-patch/k8s-kmm-patch/metadata-patch/*.yaml $(shell pwd)/helm-charts-k8s/charts/kmm/