Skip to content

Commit

Permalink
kubectl -> skate
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Sep 20, 2024
1 parent fb45b49 commit bcfffa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/components/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Supported annotations:


```shell
cat <<EOF | kubectl apply -f -
cat <<EOF | skate apply -f -
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand All @@ -38,7 +38,7 @@ EOF

In order to enable production TLS, you need to instruct skate to use LetsEncrypt's production environment:
```shell
cat <<EOF | kubectl apply -f -
cat <<EOF | skate apply -f -
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand Down

0 comments on commit bcfffa2

Please sign in to comment.