correct `apiVersion` for `Deployment`

This commit is contained in:
georglauterbach 2024-03-09 16:54:59 +01:00
parent 4d68958c3f
commit e53095cbcf
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
```yaml
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata: