Update apiVersion in documentation descriptor
This commit is contained in:
parent
1663c7c8e7
commit
b552efe770
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
namespace: default
|
namespace: default
|
||||||
name: traefik
|
name: traefik
|
||||||
|
@ -49,7 +49,7 @@ spec:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
namespace: default
|
namespace: default
|
||||||
name: whoami
|
name: whoami
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue