Update apiVersion to apps/v1, drop duplicate line
This commit is contained in:
parent
421411538d
commit
bf670a314f
1 changed files with 1 additions and 2 deletions
|
@ -15,9 +15,8 @@ spec:
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
name: http
|
name: http
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: apps/v1beta2
|
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx-errors
|
name: nginx-errors
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue