Merge "Adding flux-helm to SIP to enable deployment of dex charts via helm-collator."

This commit is contained in:
Zuul 2021-03-02 19:48:29 +00:00 committed by Gerrit Code Review
commit 51e7ff85d6

View File

@ -138,6 +138,9 @@ else
CONTROLLER_GEN=$(shell which controller-gen)
endif
flux-helm-controller:
kustomize build "github.com/fluxcd/helm-controller/config/default/?ref=v0.8.0" | kubectl apply -f -
.PHONY: lint
lint: $(LINTER)
@echo "Performing linting step..."