Skip to content

Commit 661346d

Browse files
committed
operator: Add missing redpanda helm chart repository in disable helm cotnrollers test case
1 parent 500d104 commit 661346d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -1,7 +1,7 @@
11
apiVersion: kuttl.dev/v1beta1
22
kind: TestStep
33
commands:
4-
- command: helm upgrade --install --set logLevel=trace --set image.tag=dev
4+
- command: helm repo add redpanda https://charts.redpanda.com && helm upgrade --install --set logLevel=trace --set image.tag=dev
55
--set image.repository=localhost/redpanda-operator --namespace redpanda --create-namespace redpanda-operator
66
redpanda/operator --set rbac.createAdditionalControllerCRs=true --set additionalCmdFlags="{--additional-controllers=all,--enable-helm-controllers=false}"
77
--set rbac.createRPKBundleCRs=true --wait

0 commit comments

Comments
 (0)