Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down