Skip to content

Commit

Permalink
fixed c3 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Jan 21, 2024
1 parent a0e9c03 commit 0a3b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuttl/tests/helm/c3-with-apps/03-install-c3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a3b29c

Please sign in to comment.