From 8a00d09b6673bcf03d662771fdc6dbf60940f3ed Mon Sep 17 00:00:00 2001 From: Sidharth Sharma Date: Fri, 24 Jan 2025 10:43:55 +0000 Subject: [PATCH] workflow test --- .github/workflows/unit-test-reporter.yaml | 5 +++-- .../installation/kubernetes/powermax/helm/_index.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-test-reporter.yaml b/.github/workflows/unit-test-reporter.yaml index afb244952e..8bde69f3ac 100644 --- a/.github/workflows/unit-test-reporter.yaml +++ b/.github/workflows/unit-test-reporter.yaml @@ -2,7 +2,7 @@ name: Unit Test Action on: push: - branches: [ main ] + branches: [ merge_main ] pull_request: branches: [ main, release-* ] jobs: @@ -13,7 +13,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Run Tests - working-directory: ./content/docs/deployment/csminstallationwizard/src/ + working-directory: ./content/docs/deployment/csminstallationwizard/src/ +# working-directory: ./content/docs/getting-started/installation/installationwizard/src run: | npm install npm test diff --git a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md index 715fcdb6b9..f4494c45ae 100644 --- a/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md +++ b/content/docs/getting-started/installation/kubernetes/powermax/helm/_index.md @@ -122,7 +122,7 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax. | image | Image for dell-csi-migrator sidecar. | No | " " | | nodeRescanSidecarImage | Image for node rescan sidecar which rescans nodes for identifying new paths. | No | " " | | migrationPrefix | enables migration sidecar to read required information from the storage class fields | No | migration.storage.dell.com | -| **replication** | [Replication](./csm-modules/replication/) is an optional feature to enable replication & disaster recovery capabilities of PowerMax to Kubernetes clusters. | - | - | +| **replication** | [Replication](./../csm-modules/replication/) is an optional feature to enable replication & disaster recovery capabilities of PowerMax to Kubernetes clusters. | - | - | | enabled | A boolean that enables/disables replication feature. | No | false | | replicationContextPrefix | enables side cars to read required information from the volume context | No | powermax | | replicationPrefix | Determine if replication is enabled | No | replication.storage.dell.com |