diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-24 08:16:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-24 08:16:53 +0000 |
commit | 1fee80ff597a8fe2895c48fe07a0c79432d6c26d (patch) | |
tree | 109253c2baea2c1195ea20299d28e08095a4bd2e /kubernetes/multicloud/templates | |
parent | 194cf8841a826fd2c8a920248900755b9f83494b (diff) | |
parent | d74d38fe135537822c955d24b79498b50bc0e487 (diff) |
Merge "[MULTICLOUD] Make MULTICLOUD compatible with Kubernetes v1.17"
Diffstat (limited to 'kubernetes/multicloud/templates')
-rw-r--r-- | kubernetes/multicloud/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/templates/deployment.yaml b/kubernetes/multicloud/templates/deployment.yaml index 3d75b78187..8cae0b66cd 100644 --- a/kubernetes/multicloud/templates/deployment.yaml +++ b/kubernetes/multicloud/templates/deployment.yaml @@ -15,7 +15,7 @@ # limitations under the License. */}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} |