From 02055c1e709d6d68ac16ee8e08d2a71795eea7a5 Mon Sep 17 00:00:00 2001 From: vivekr-splunk Date: Fri, 19 Jan 2024 11:26:37 -0800 Subject: [PATCH] fixed topologyspread constraint test case --- .../03-install-standalone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuttl/tests/helm/s1-with-topology-spread-constraints/03-install-standalone.yaml b/kuttl/tests/helm/s1-with-topology-spread-constraints/03-install-standalone.yaml index 6a7faae02..698fecaaa 100644 --- a/kuttl/tests/helm/s1-with-topology-spread-constraints/03-install-standalone.yaml +++ b/kuttl/tests/helm/s1-with-topology-spread-constraints/03-install-standalone.yaml @@ -1,5 +1,5 @@ apiVersion: kuttl.dev/v1beta1 kind: TestStep commands: - - command: helm install splunk-stdl $HELM_REPO_PATH/splunk-enterprise -f s1_config-vanilla.yaml --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE} + - command: helm install splunk-stdl $HELM_REPO_PATH/splunk-enterprise -f s1_config-vanilla.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