We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68771d commit 0592b6eCopy full SHA for 0592b6e
environments/base/inventory/group_vars/all.yml
@@ -3,6 +3,10 @@
3
# This file contains defaults that apply to all hosts
4
#####
5
6
+# TODO: Remove this after 2025.11.0 azimuth-config release
7
+# Cherry-pick of https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/pull/1005
8
+velero_chart_version: 10.1.2
9
+
10
# Convert envvars for the active environment into Ansible variables
11
azimuth_environment: "{{ lookup('env', 'AZIMUTH_ENVIRONMENT') }}"
12
azimuth_config_root: "{{ lookup('env', 'AZIMUTH_CONFIG_ROOT') }}"
0 commit comments