Skip to content

Commit

Permalink
Update Velero variables in QA
Browse files Browse the repository at this point in the history
  • Loading branch information
avnes committed Oct 23, 2023
1 parent d5884f7 commit ac22b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/eu-west-1/k8s-qa/services/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ inputs = {
# --------------------------------------------------

velero_deploy = true
velero_role_arn = "arn:aws:iam::266901158286:role/VeleroBackup"
velero_bucket_name = "dfds-velero-qa"
velero_plugin_for_aws_version = "v1.4.1"
velero_plugin_for_csi_version = "v0.2.0"
velero_bucket_arn = "arn:aws:s3:::dfds-velero-qa"
velero_helm_chart_version = "4.2.0"
velero_plugin_for_aws_version = "v1.7.0"
velero_plugin_for_csi_version = "v0.5.0"

}

0 comments on commit ac22b32

Please sign in to comment.