Skip to content

Commit

Permalink
fixed topologyspread constraint test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Jan 19, 2024
1 parent 7c77931 commit 02055c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02055c1

Please sign in to comment.