Skip to content

Commit

Permalink
apps-v1
Browse files Browse the repository at this point in the history
Fix API Versions in README.md
  • Loading branch information
imjasonh authored Sep 25, 2020
1 parent b3645fa commit 5b4d3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ needed.
For example, you might use the following in a Kubernetes `Deployment` resource:

```yaml
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
Expand Down Expand Up @@ -165,7 +165,7 @@ export KO_DOCKER_REPO="gcr.io/${PROJECT_ID}"
ko resolve -f deployment.yaml
# Output
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
Expand Down Expand Up @@ -193,7 +193,7 @@ export KO_DOCKER_REPO="gcr.io/${PROJECT_ID}"
ko resolve -P -f deployment.yaml
# Output
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
Expand Down

0 comments on commit 5b4d3e4

Please sign in to comment.