Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Jul 29, 2024
1 parent 101afc3 commit f7a3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3639,7 +3639,7 @@ kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.22/samp
### Deploy Cert-manager CRDs to GKE
```shell
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.1/cert-manager.yaml --context $GKE_CLUSTER
kubectl get pods --namespace cert-manager --context $AWS_CLUSTER
kubectl get pods --namespace cert-manager --context $GKE_CLUSTER
```
### Deploy Ziti K8S Agent Webhook to GKE
```shell
Expand Down

0 comments on commit f7a3a2f

Please sign in to comment.