We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06b1bb commit 893144fCopy full SHA for 893144f
.github/environments/arcus-ha/inventory/group_vars/all/variables.yml
@@ -24,3 +24,14 @@ capi_cluster_worker_count: 3
24
# Use a single replica for Consul
25
# The risk of failed upgrades is too great, and it is going away soon
26
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