Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Sep 12, 2023
1 parent 0c5047d commit 63de6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aks-platform/02_velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "null_resource" "install_velero" {
velero install --provider azure --plugins velero/velero-plugin-for-microsoft-azure:v1.5.0 \
--bucket ${azurerm_storage_container.velero_backup_container.name} \
--secret-file ${local_file.credentials.filename} \
--backup-location-config resourceGroup=${azurerm_resource_group.velero_rg.name},storageAccount=${module.velero_storage_account.id},subscriptionId=${data.azurerm_subscription.current.subscription_id} \
--backup-location-config resourceGroup=${azurerm_resource_group.velero_rg.name},storageAccount=${module.velero_storage_account.name},subscriptionId=${data.azurerm_subscription.current.subscription_id} \
# funziona?
--use-restic
# to test
Expand Down

0 comments on commit 63de6a1

Please sign in to comment.