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

NOTE: Helm-Collator upstream patchset is in progress and would be baked with Chartmuseum and Dex chart

Change-Id: I6e7bd36774fec8ebccba0daf77f95c6ebaa36778
This commit is contained in:
sa069q 2021-02-26 12:00:52 +05:30
parent a96076b74f
commit 990b762aa9

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..."