Skip to content

Commit

Permalink
Merge pull request #1792 from percona/fix-default-cr-test
Browse files Browse the repository at this point in the history
K8SPSMDB-1224 - Fix default-cr test in CW
  • Loading branch information
jvpasinatto authored Jan 15, 2025
2 parents 1d39cf9 + 9ae9881 commit ab7ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/default-cr/run
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function main() {
yq eval '
((.. | select(.[] == "DISABLE_TELEMETRY")) |= .value="true") |
((.. | select(.[] == "LOG_LEVEL")) |= .value="DEBUG")' ${src_dir}/deploy/cw-operator.yaml \
| kubectl_bin apply -f -
| kubectl_bin apply -n ${OPERATOR_NS} -f -
else
create_namespace ${namespace}
apply_rbac rbac
Expand Down

0 comments on commit ab7ac10

Please sign in to comment.