Skip to content

Commit c99fb66

Browse files
fix makefile
Signed-off-by: raffaelespazzoli <[email protected]>
1 parent 7f0f05a commit c99fb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ catalog-push: ## Push a catalog image.
207207
$(MAKE) docker-push IMG=$(CATALOG_IMG)
208208

209209
# Generate helm chart
210-
helmchart: kustomize manifests
210+
helmchart: kustomize
211211
mkdir -p ./charts/${OPERATOR_NAME}/templates
212212
mkdir -p ./charts/${OPERATOR_NAME}/crds
213213
repo=${OPERATOR_NAME} envsubst < ./config/local-development/tilt/env-replace-image.yaml > ./config/local-development/tilt/replace-image.yaml

0 commit comments

Comments
 (0)