Skip to content

Commit 26a35df

Browse files
authored
Merge pull request #20 from axoflow/fix/kafka-chart-path
fix: kafka chart path
2 parents ed3598c + 1a002ef commit 26a35df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kafka/test-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kubectl create secret generic kafka-credentials \
1414
--namespace cloudconnectors \
1515
--dry-run=client -o yaml | kubectl apply -f -
1616

17-
helm upgrade --install --wait --namespace cloudconnectors cloudconnectors ./charts/cloudconnectors \
17+
helm upgrade --install --wait --namespace cloudconnectors cloudconnectors ../../charts/cloudconnectors \
1818
--set image.repository="axocloudconnectors" \
1919
--set image.tag="dev" \
2020
--set 'env[0].name=AXOROUTER_ENDPOINT' \

0 commit comments

Comments
 (0)