Skip to content

Commit 893144f

Browse files
authored
Enable velero install in HA CI (azimuth-cloud#109)
* Enable velero install in HA CI
1 parent c06b1bb commit 893144f

File tree

1 file changed

+11
-0
lines changed
  • .github/environments/arcus-ha/inventory/group_vars/all

1 file changed

+11
-0
lines changed

.github/environments/arcus-ha/inventory/group_vars/all/variables.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ capi_cluster_worker_count: 3
2424
# Use a single replica for Consul
2525
# The risk of failed upgrades is too great, and it is going away soon
2626
consul_server_replicas: 1
27+
28+
# Enable Velero just to check that installation works
29+
velero_enabled: true
30+
velero_s3_url: https://required-but-not-used.com
31+
velero_bucket_name: not-used
32+
velero_backup_schedule_enabled: true
33+
velero_backup_schedule_name: default
34+
velero_backup_schedule_timings: "0 0 * * *"
35+
velero_backup_schedule_ttl: "168h"
36+
velero_aws_access_key_id: required-but-not-used
37+
velero_aws_secret_access_key : required-but-not-used

0 commit comments

Comments
 (0)