Skip to content

Commit

Permalink
log helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
aluon committed Oct 23, 2024
1 parent 321bbd2 commit 5b0755a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testsuite/forge/src/backend/k8s/cluster_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,16 @@ pub async fn install_testnet_resources(
enable_haproxy,
)?;

info!("aptos_node_helm_values: {:?}", aptos_node_helm_values);
info!(
"aptos_node_helm_values_override: {:?}",
aptos_node_helm_values_override
);
merge_yaml(&mut aptos_node_helm_values, aptos_node_helm_values_override);
info!(
"aptos_node_helm_values after override: {:?}",
aptos_node_helm_values
);
merge_yaml(&mut genesis_helm_values, genesis_helm_values_override);

// disable uploading genesis to blob storage since indexer requires it in the cluster
Expand Down

0 comments on commit 5b0755a

Please sign in to comment.