We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999ff57 commit 28007f5Copy full SHA for 28007f5
Makefile
@@ -285,7 +285,7 @@ generate: ## Generate code
285
$(MAKE) generate-templates
286
287
.PHONY: generate-templates
288
-generate-templates: $(KUSTOMIZE) ## Generate cluster templates
+generate-templates: $(KUSTOMIZE) $(YQ) ## Generate cluster templates
289
$(KUSTOMIZE) build templates/development --load-restrictor LoadRestrictionsNone > templates/cluster-template-development.yaml
290
$(KUSTOMIZE) build templates/experimental-emlb --load-restrictor LoadRestrictionsNone > templates/cluster-template-emlb.yaml
291
$(KUSTOMIZE) build templates/experimental-emlb-crs-cni --load-restrictor LoadRestrictionsNone > templates/cluster-template-emlb-crs-cni.yaml
0 commit comments