We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b854817 commit f6476caCopy full SHA for f6476ca
.github/workflows/e2e.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
source e2e-tests/utils.sh
66
create_namespace ${{ inputs.namespace }}
67
- echo EXTRA_HELM_INSTALL_ARGS="--set "watchNamespaces={default,flink}"" >> $GITHUB_OUTPUT
+ echo 'EXTRA_HELM_INSTALL_ARGS=--set "watchNamespaces={default,flink}"' >> $GITHUB_OUTPUT
68
- name: Start the operator
69
70
helm --debug install flink-kubernetes-operator -n ${{ inputs.namespace }} helm/flink-kubernetes-operator --set image.repository=flink-kubernetes-operator --set image.tag=ci-latest ${{ steps.namespace-creator.outputs.EXTRA_HELM_INSTALL_ARGS }}
0 commit comments