Skip to content

Commit 28c8efc

Browse files
committed
operator: Point to local operator helm chart in kuttle tests
As the #676 changed the set up of the operator installation the helm repository was missing. The disable helm controllers test case depends on official helm repository index existence. From that point the kuttle v2 end to end test suite start to fail. In this change the test case will use local operator helm chart definition. Reference cec9d13#diff-25902a4a01139dc3d8d70d5086b8cdb53d4b68b46185b3a5dc37c8585e801181L16-L21
1 parent 719a015 commit 28c8efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/tests/e2e-v2/disable-helm-controllers/00-disable-helm-controllers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: TestStep
33
commands:
44
- command: helm upgrade --install --set logLevel=trace --set image.tag=dev
55
--set image.repository=localhost/redpanda-operator --namespace redpanda --create-namespace redpanda-operator
6-
redpanda/operator --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all,--enable-helm-controllers=false}"
6+
../../../chart --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all,--enable-helm-controllers=false}"
77
--set rbac.createRPKBundleCRs=true --wait
88
assert:
99
- 00-assert-disable-helm-controllers.yaml

operator/tests/e2e-v2/disable-helm-controllers/04-enable-helm-controllers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commands:
44
- script: kubectl kustomize ../../../config/crd | kubectl apply --server-side -f -
55
- command: helm upgrade --install --set logLevel=trace --set image.tag=dev
66
--set image.repository=localhost/redpanda-operator --namespace redpanda --create-namespace redpanda-operator
7-
redpanda/operator --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all,--enable-helm-controllers=true}"
7+
../../../chart --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all,--enable-helm-controllers=true}"
88
--set rbac.createRPKBundleCRs=true
99
assert:
1010
- 04-assert-enable-helm-controllers.yaml

0 commit comments

Comments
 (0)