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
|
||||
name: http
|
||||
---
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1beta2
|
||||
metadata:
|
||||
name: nginx-errors
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue