We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987ceed commit ea91daeCopy full SHA for ea91dae
Makefile.local
@@ -278,6 +278,7 @@ undeploy-getting-started-usecase:
278
279
.PHONY: deploy-namespace-gatewayclassconfig
280
deploy-namespace-gatewayclassconfig:
281
+ kubectl apply -f test-data/getting-started/foo-namespaces.yaml
282
cat hack/demo/namespace-gatewayclassconfig.yaml | CERTIFICATE_ARN=${CERTIFICATE_ARN} envsubst | kubectl apply -f -
283
284
.PHONY: wait-ready-getting-started-usecase
0 commit comments