From a6a1a7775eaf576163e6aa35d1a6df8f25954893 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 11 Apr 2022 14:45:13 +0530 Subject: [PATCH] doc: mention csi string in flag arguments correctly This commit correct the csi string mention in the documentation. Signed-off-by: Humble Chirammal --- e2e/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/README.md b/e2e/README.md index 2b7b73772..6635b87c5 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -90,12 +90,12 @@ are available while running tests: | flag | description | | ----------------- | ----------------------------------------------------------------------------- | | deploy-timeout | Timeout to wait for created kubernetes resources (default: 10 minutes) | -| deploy-cephfs | Deploy cephFS csi driver as part of E2E (default: true) | -| deploy-rbd | Deploy rbd csi driver as part of E2E (default: true) | -| test-cephfs | Test cephFS csi driver as part of E2E (default: true) | +| deploy-cephfs | Deploy cephFS CSI driver as part of E2E (default: true) | +| deploy-rbd | Deploy rbd CSI driver as part of E2E (default: true) | +| test-cephfs | Test cephFS CSI driver as part of E2E (default: true) | | upgrade-testing | Perform upgrade testing (default: false) | | upgrade-version | Target version for upgrade testing (default: "v3.3.1") | -| test-rbd | Test rbd csi driver as part of E2E (default: true) | +| test-rbd | Test rbd CSI driver as part of E2E (default: true) | | cephcsi-namespace | The namespace in which cephcsi driver will be created (default: "default") | | rook-namespace | The namespace in which rook operator is installed (default: "rook-ceph") | | kubeconfig | Path to kubeconfig containing embedded authinfo (default: $HOME/.kube/config) |