Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jul 7, 2023
1 parent c1b3cb2 commit da6121a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ AWS_SECRET_ACCESS_KEY ?= $(LINODE_CLI_OBJ_SECRET_KEY)
.PHONY: install
install:
@cd ../installer; \
kubectl create ns $(KUBE_NAMESPACE) || true; \
kubectl label ns $(KUBE_NAMESPACE) pod-security.kubernetes.io/enforce=restricted; \
helm upgrade -i external-dns-operator charts/external-dns-operator --wait \
--namespace=$(KUBE_NAMESPACE) --create-namespace \
Expand Down

0 comments on commit da6121a

Please sign in to comment.