Skip to content

Commit

Permalink
remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
gotjosh committed Aug 25, 2021
1 parent ab3749b commit b0d1efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cortex/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,12 @@
alertmanager_gcs_bucket_name: error 'you must specify a GCS bucket name',
alertmanager_azure_container_name: error 'you must specify an Azure container name',


alertmanagerStorageClientConfig:
{
'alertmanager-storage.backend': $._config.alertmanager_client_type,
} +
{
azure: {
azure: {
'alertmanager-storage.azure.account-key': $._config.alertmanager_azure_account_key,
'alertmanager-storage.azure.account-name': $._config.alertmanager_azure_account_name,
'alertmanager-storage.azure.container-name': $._config.alertmanager_azure_container_name,
Expand Down

0 comments on commit b0d1efe

Please sign in to comment.