correct `apiVersion` for `Deployment`
This commit is contained in:
parent
4d68958c3f
commit
e53095cbcf
|
@ -475,7 +475,7 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue