migrate Deploymnet from apps/v1beta2 to apps/v1

This commit is contained in:
Naoki Oketani
2019-11-02 09:39:44 +09:00
parent a6a5976304
commit a8ece4b5f7
15 changed files with 19 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ steps. Add an environment variable through the patch and add a file to the confi
<!-- @customizeConfigMap @testAgainstLatestRelease -->
```
cat <<EOF >$DEMO_HOME/patch.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: sbdemo
@@ -216,7 +216,7 @@ cat $DEMO_HOME/memorylimit_patch.yaml
The output contains
> ```
> apiVersion: apps/v1beta2
> apiVersion: apps/v1
> kind: Deployment
> metadata:
> name: sbdemo
@@ -254,7 +254,7 @@ cat $DEMO_HOME/healthcheck_patch.yaml
The output contains
> ```
> apiVersion: apps/v1beta2
> apiVersion: apps/v1
> kind: Deployment
> metadata:
> name: sbdemo