Skip to content

Commit ea91dae

Browse files
committed
Fix deploy-namespace-gatewayclassconfig make target
1 parent 987ceed commit ea91dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ undeploy-getting-started-usecase:
278278

279279
.PHONY: deploy-namespace-gatewayclassconfig
280280
deploy-namespace-gatewayclassconfig:
281+
kubectl apply -f test-data/getting-started/foo-namespaces.yaml
281282
cat hack/demo/namespace-gatewayclassconfig.yaml | CERTIFICATE_ARN=${CERTIFICATE_ARN} envsubst | kubectl apply -f -
282283

283284
.PHONY: wait-ready-getting-started-usecase

0 commit comments

Comments
 (0)