File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
base/inventory/group_vars
demo/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ settings = deep_merge(
65
65
"azimuth-schedule-operator" : {
66
66
"release_namespace" : "azimuth" ,
67
67
},
68
+ "coral-credits" : {
69
+ "release_namespace" : "coral-credits" ,
70
+ },
68
71
"cluster-api-addon-provider" : {
69
72
"release_namespace" : "capi-addon-system" ,
70
73
},
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ cloud_metrics_enabled: no
59
59
# Indicates whether to enable Velero for backup and restore
60
60
velero_enabled : no
61
61
62
+ # Indicates whether to install coral credits
63
+ coral_credits_enabled : no
64
+
62
65
# Azimuth features to enable
63
66
azimuth_apps_enabled : yes
64
67
azimuth_kubernetes_enabled : yes
Original file line number Diff line number Diff line change @@ -60,5 +60,6 @@ admin_dashboard_ingress_basic_auth_password: admin
60
60
harbor_admin_password : admin
61
61
harbor_secret_key : abcdefghijklmnop
62
62
keycloak_admin_password : admin
63
+ coral_credits_admin_password : admin
63
64
zenith_registrar_subdomain_token_signing_key : abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789AA
64
65
azimuth_secret_key : 9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcda00
You can’t perform that action at this time.
0 commit comments