Install Halyard and automatically configure Spinnaker to use Azure Storage (azs) as its persistent storage.
This must be executed on a linux VM. You must run 'hal deploy apply' to finish deployment of Spinnaker.
| Name | Description |
|---|---|
| --storage_account_name -san |
The storage account name used for Spinnaker's persistent storage service (front50). |
| --storage_account_key -sak |
The storage account key used for Spinnaker's persistent storage service (front50). |
| --username -u |
User for which to install Halyard. |
./install_spinnaker.sh --storage_account_name "sample" --storage_account_key "password"