Skip to content

Commit

Permalink
Merge pull request ko-build#198 from google/ImJasonH-patch-1
Browse files Browse the repository at this point in the history
Fix API Versions in README.md
  • Loading branch information
imjasonh authored Sep 30, 2020
2 parents efbe5b7 + 5b4d3e4 commit 27676b1
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 @@ -44,7 +44,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 @@ -167,7 +167,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 @@ -195,7 +195,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 27676b1

Please sign in to comment.