Skip to content

Commit

Permalink
Parameterize
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Nov 10, 2021
1 parent 64fa11d commit b456511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cortex/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
},
azure: {
'ruler-storage.azure.container-name': '%(cluster)s-%(namespace)s-ruler' % $._config,
'ruler-storage.azure.account-name': '$(BLOCKS_STORAGE_AZURE_ACCOUNT_NAME)',
'ruler-storage.azure.account-key': '$(BLOCKS_STORAGE_AZURE_ACCOUNT_KEY)',
'ruler-storage.azure.container-name': $._config.azure_ruler_container_name,
'ruler-storage.azure.account-name': $._config.azure_ruler_account_name,
'ruler-storage.azure.account-key': $._config.azure_ruler_account_name,
},
'local': {
'ruler-storage.local.directory': $._config.ruler_local_directory,
Expand Down

0 comments on commit b456511

Please sign in to comment.