Skip to content

Commit

Permalink
Merge pull request #127 from BigDataBoutique/fix_keys_gcp
Browse files Browse the repository at this point in the history
fixing missing variables gcp
  • Loading branch information
shaigbdb authored May 13, 2024
2 parents 48dc995 + 1c4d9cb commit 4112f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/gcp_user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ export node_cert="${node_cert}"
export node_key="${node_key}"
export log_level="${log_level}"
export log_size="${log_size}"
export security_encryption_key="${security_encryption_key}"
export reporting_encryption_key="${reporting_encryption_key}"
export auto_shut_down_bootstrap_node="${auto_shut_down_bootstrap_node}"
/opt/cloud-deploy-scripts/${startup_script}

0 comments on commit 4112f84

Please sign in to comment.