mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
Merge pull request #1720 from oke-py/apps/v1
migrate Deployment from apps/v1beta2 to apps/v1
This commit is contained in:
@@ -76,7 +76,7 @@ curl -s -o "$DEMO_HOME/#1.yaml" \
|
||||
```
|
||||
该 patch 内容如下:
|
||||
> ```yaml
|
||||
> apiVersion: apps/v1beta2
|
||||
> apiVersion: apps/v1
|
||||
> kind: Deployment
|
||||
> metadata:
|
||||
> name: wordpress
|
||||
|
||||
Reference in New Issue
Block a user