Switch kustomize to api/v0.5.0

This commit is contained in:
jregan
2020-07-04 17:36:11 -07:00
parent def00220ce
commit 5a0228629f
29 changed files with 63 additions and 63 deletions

View File

@@ -162,16 +162,16 @@ spec:
old-label: old-value
spec:
containers:
- args:
- proxy
- sidecar
image: docker.io/istio/proxyv2
name: istio-proxy
- args:
- one
- two
image: nginx
name: nginx
- args:
- proxy
- sidecar
image: docker.io/istio/proxyv2
name: istio-proxy
---
apiVersion: apps/v1
kind: Deployment
@@ -184,13 +184,13 @@ spec:
key: value
spec:
containers:
- image: busybox
name: busybox
- args:
- proxy
- sidecar
image: docker.io/istio/proxyv2
name: istio-proxy
- image: busybox
name: busybox
EOF
```