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.
2 parents 1d39cf9 + 9ae9881 commit ab7ac10Copy full SHA for ab7ac10
e2e-tests/default-cr/run
@@ -54,7 +54,7 @@ function main() {
54
yq eval '
55
((.. | select(.[] == "DISABLE_TELEMETRY")) |= .value="true") |
56
((.. | select(.[] == "LOG_LEVEL")) |= .value="DEBUG")' ${src_dir}/deploy/cw-operator.yaml \
57
- | kubectl_bin apply -f -
+ | kubectl_bin apply -n ${OPERATOR_NS} -f -
58
else
59
create_namespace ${namespace}
60
apply_rbac rbac
0 commit comments