Skip to content

Commit f94a59e

Browse files
simplified helm installation command
Signed-off-by: jamesmilligan <[email protected]>
1 parent 740898b commit f94a59e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

22
# Image URL to use all building/pushing image targets
33
IMG ?= controller:latest
4-
# Path to the kustomize directory used for building the release yaml
5-
KUSTOMIZE_PATH ?= config/default
64
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
75
FLAGD_VERSION=v0.2.5
8-
CHART_VERSION=v0.2.16# x-release-please-version
6+
CHART_VERSION=v0.2.16# x-release-please-vers ion
97
ENVTEST_K8S_VERSION = 1.23
108

119
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -107,7 +105,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
107105
release-manifests: manifests kustomize
108106
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
109107
mkdir -p config/rendered/
110-
$(KUSTOMIZE) build ${KUSTOMIZE_PATH} > config/rendered/release.yaml
108+
$(KUSTOMIZE) build config/overlays/helm > config/rendered/release.yaml
111109

112110
.PHONY: deploy
113111
deploy: generate manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.

0 commit comments

Comments
 (0)