You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ms...@apache.org on 2020/09/27 18:24:36 UTC

[hadoop-ozone] branch master updated: HDDS-4282. Improve the emptyDir syntax (#1450)

This is an automated email from the ASF dual-hosted git repository.

msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d0d330  HDDS-4282. Improve the emptyDir syntax (#1450)
7d0d330 is described below

commit 7d0d33019fe8d848cafe78a199e03298116cd49d
Author: lamber-ken <xi...@cmss.chinamobile.com>
AuthorDate: Mon Sep 28 02:24:16 2020 +0800

    HDDS-4282. Improve the emptyDir syntax (#1450)
---
 .../src/main/k8s/examples/ozone-dev/csi/csi-provisioner-deployment.yaml | 2 +-
 .../src/main/k8s/examples/ozone/csi/csi-provisioner-deployment.yaml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-provisioner-deployment.yaml b/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-provisioner-deployment.yaml
index fe41ac0..8183712 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-provisioner-deployment.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/examples/ozone-dev/csi/csi-provisioner-deployment.yaml
@@ -51,4 +51,4 @@ spec:
         - csi
       volumes:
       - name: socket-dir
-        emptyDir: null
+        emptyDir: {}
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-provisioner-deployment.yaml b/hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-provisioner-deployment.yaml
index fe41ac0..8183712 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-provisioner-deployment.yaml
+++ b/hadoop-ozone/dist/src/main/k8s/examples/ozone/csi/csi-provisioner-deployment.yaml
@@ -51,4 +51,4 @@ spec:
         - csi
       volumes:
       - name: socket-dir
-        emptyDir: null
+        emptyDir: {}


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org