···269269270270# OVERLAY selects the kustomize overlay to use (default, prod, etc.)
271271# Use 'make deploy OVERLAY=prod' for cluster-specific settings
272272-OVERLAY ?= default
272272+OVERLAY ?= prod
273273274274.PHONY: deploy
275275deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.