Skip to content

Commit

Permalink
fixed helm test case
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <[email protected]>
  • Loading branch information
vivekr-splunk committed Jan 18, 2024
1 parent 99f62ec commit f19e403
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.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.yaml --set splunk-operator.splunkOperator.image.repository=${KUTTL_SPLUNK_OPERATOR_IMAGE} --set splunkOperator.clusterWideAccess=false --set splunk-operator.image.repository=${KUTTL_SPLUNK_ENTERPRISE_IMAGE}
namespaced: true

0 comments on commit f19e403

Please sign in to comment.