Skip to content

Commit

Permalink
operator: remove temporary files for cleaner execution
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and klihub committed Nov 25, 2024
1 parent a26d42e commit ef4c84f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ cleanup-crds: ## Clean up temporarily copied CRDs and CRs.
rm -f $(SAMPLE_DEST_DIR)/template-config.yaml
rm -f $(SAMPLE_DEST_DIR)/topologyaware-config.yaml
rm -f $(SAMPLE_DEST_DIR)/noderesourcetopology.yaml
rm -rf $(OPERATOR_SDK)
rm config/manager/kustomization.yaml

.PHONY: kustomizations
kustomizations: config/manager/kustomization.yaml config/manifests/bases/nri-plugins-operator.clusterserviceversion.yaml
Expand Down

0 comments on commit ef4c84f

Please sign in to comment.