Skip to content

Commit

Permalink
fixing typo that caused test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroEsc committed Aug 4, 2023
1 parent 2a867e2 commit 08b9594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
--set=console.config.kafka.sasl.enabled=false \
--set=console.config.kafka.schemaRegistry.enabled=true \
--set=console.config.kafka.schemaRegistry.tls.enabled=false \
--set=console.config.kafka.schemaRegistry.urls={http://redpanda-0.redpanda.redpanda.svc.cluster.local.:8081, http://redpanda-1.redpanda.redpanda.svc.cluster.local.:8081, http://redpanda-2.redpanda.redpanda.svc.cluster.local.:8081}" \
--set=console.config.kafka.schemaRegistry.urls={http://redpanda-0.redpanda.redpanda.svc.cluster.local.:8081,http://redpanda-1.redpanda.redpanda.svc.cluster.local.:8081,http://redpanda-2.redpanda.redpanda.svc.cluster.local.:8081}" \
--skip-missing-values \
--chart-dirs=charts/console \
--target-branch ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 08b9594

Please sign in to comment.