Skip to content

Commit

Permalink
Command substitution (kubernetes-sigs#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Rushikesh Butley <[email protected]>
  • Loading branch information
rushi47 authored and shaneutt committed Oct 11, 2023
1 parent 848a540 commit 4ad8495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ After these goals are achieved, further goals will be decided.
Deploy [Gateway API][gwapi] [CRDs][crds]:

```console
$ kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental | kubectl apply -f -
kubectl kustomize https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental | kubectl apply -f -
```

Deploy:

```console
$ kubectl kustomize config/default | kubectl apply -f -
kubectl kustomize config/default | kubectl apply -f -
```

[gwapi]:https://github.com/kubernetes-sigs/gateway-api
Expand Down

0 comments on commit 4ad8495

Please sign in to comment.