From 0a3b29c49e6b52ee1f07f1ddd5a6b80f56de2b09 Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Sun, 21 Jan 2024 14:06:56 -0800 Subject: [PATCH 1/3] fixed c3 test case --- kuttl/tests/helm/c3-with-apps/03-install-c3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl/tests/helm/c3-with-apps/03-install-c3.yaml b/kuttl/tests/helm/c3-with-apps/03-install-c3.yaml index d5a3330d1..428664a12 100644 --- a/kuttl/tests/helm/c3-with-apps/03-install-c3.yaml +++ b/kuttl/tests/helm/c3-with-apps/03-install-c3.yaml @@ -2,5 +2,5 @@ apiVersion: kuttl.dev/v1beta1 kind: TestStep commands: - - command: helm install splunk-c3 $HELM_REPO_PATH/splunk-enterprise -f c3_config.yaml --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE} + - command: helm install splunk-c3 $HELM_REPO_PATH/splunk-enterprise -f c3_config.yaml --set splunk-operator.splunkOperator.clusterWideAccess=false --set splunk-operator.splunkOperator.persistentVolumeClaim.storageClassName=gp2 --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE} namespaced: true \ No newline at end of file From b54329a98162fa53582a5a2ecd0eb00be9f7e54e Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Sun, 21 Jan 2024 14:14:41 -0800 Subject: [PATCH 2/3] adding helm test --- .github/workflows/helm-test-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-test-workflow.yml b/.github/workflows/helm-test-workflow.yml index b735787c1..31214afcd 100644 --- a/.github/workflows/helm-test-workflow.yml +++ b/.github/workflows/helm-test-workflow.yml @@ -6,6 +6,7 @@ on: - main - feature** - testing + - helm-2-5-fix jobs: build-operator-image: runs-on: ubuntu-latest From c44c331ae8bf0519d8ed815f81699644ced854ea Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Mon, 22 Jan 2024 08:08:19 -0800 Subject: [PATCH 3/3] fixed c3 with operator test case Signed-off-by: vivekr-splunk --- kuttl/tests/helm/c3-with-operator/00-install-c3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl/tests/helm/c3-with-operator/00-install-c3.yaml b/kuttl/tests/helm/c3-with-operator/00-install-c3.yaml index d5a3330d1..428664a12 100644 --- a/kuttl/tests/helm/c3-with-operator/00-install-c3.yaml +++ b/kuttl/tests/helm/c3-with-operator/00-install-c3.yaml @@ -2,5 +2,5 @@ apiVersion: kuttl.dev/v1beta1 kind: TestStep commands: - - command: helm install splunk-c3 $HELM_REPO_PATH/splunk-enterprise -f c3_config.yaml --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE} + - command: helm install splunk-c3 $HELM_REPO_PATH/splunk-enterprise -f c3_config.yaml --set splunk-operator.splunkOperator.clusterWideAccess=false --set splunk-operator.splunkOperator.persistentVolumeClaim.storageClassName=gp2 --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE} namespaced: true \ No newline at end of file