Skip to content

Commit

Permalink
De-activate Helm chart deployment in integration tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
aznashwan committed Aug 12, 2024
1 parent c1d4c93 commit e779761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/test_nginx_components_in_helm_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def test_nginx_ingress_chart_deployment(
]
helm_command.extend(all_chart_value_overrides_args)

function_instance.exec(helm_command)
# HACK(aznashwan): momentarily de-activate chart installation:
# function_instance.exec(helm_command)
LOG.info(f"Helm command would have been: {' '.join(helm_command)}")

# TODO(aznashwan): add checks for controller pod and certgen admission hook:

0 comments on commit e779761

Please sign in to comment.