Fix broken links and API version (#7145)

* Fix broken links and API version

* Fix CI error
This commit is contained in:
Bin Liu
2018-02-01 05:45:51 +08:00
committed by Brad Topol
parent fee7ebe50a
commit 9fb8aadbec
2 changed files with 9 additions and 3 deletions
@@ -11,12 +11,17 @@ spec:
selector:
app: nginx
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
labels:
app: nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels: