diff options
author | Huang Haibin <haibin.huang@intel.com> | 2020-06-01 02:12:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-01 02:12:39 +0000 |
commit | 7959bd4c6fd403cf4ba58bf572b1259267b3c76d (patch) | |
tree | e9fab6070d612a7c703d7eaf056f14818b466a20 /kud/tests | |
parent | 1481548c635f95d245138aba7ac710668e25bfe1 (diff) | |
parent | 662f6d95a1461d05ad6605599f4f895b5a90f7a1 (diff) |
Merge "Update the Kubernetes Version to 1.16"
Diffstat (limited to 'kud/tests')
-rw-r--r-- | kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml b/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml index bc686381..6935398b 100644 --- a/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml +++ b/kud/tests/vnfs/comp-app/collection/app1/helm/collectd/templates/daemonset.yaml @@ -14,7 +14,7 @@ # limitations under the License. */}} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: DaemonSet metadata: name: {{ template "fullname" . }} |