From cb6f1f8b100ac24078b821dfda162c9569ccbd1c Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 19 Feb 2018 23:04:53 +0530 Subject: [PATCH] Rename example pod name and small correction in README. Signed-off-by: Humble Chirammal --- gluster/block/README.md | 2 +- gluster/block/examples/{nginx1.yaml => nginx-pod.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gluster/block/examples/{nginx1.yaml => nginx-pod.yaml} (100%) diff --git a/gluster/block/README.md b/gluster/block/README.md index 9222280309b..888e9309064 100644 --- a/gluster/block/README.md +++ b/gluster/block/README.md @@ -90,7 +90,7 @@ If provisioner want to operate on `heketi` mode, below args can be filled in st * `restuser` : Gluster REST service/Heketi user who has access to create volumes in the Gluster Trusted Pool. -* `restsecretnamespace` + `restsecretname` : Namespace and Name of the Secret instance that contains user password to use when talking to heketi. These parameters are optional, An empty password will be used when both `restsecretnamespace` and `restsecretname` are omitted. The provided secret must have type matching your provisioner ID (e.g. `gluster.org/glusterfs`). +* `restsecretnamespace` + `restsecretname` : Namespace and Name of the Secret instance that contains user password to use when talking to heketi. These parameters are optional, An empty password will be used when both `restsecretnamespace` and `restsecretname` are omitted. The provided secret must have type matching your provisioner ID (e.g. `gluster.org/glusterblock`). ### Gluster-Block Mode parameters: diff --git a/gluster/block/examples/nginx1.yaml b/gluster/block/examples/nginx-pod.yaml similarity index 100% rename from gluster/block/examples/nginx1.yaml rename to gluster/block/examples/nginx-pod.yaml