Skip to content

Commit e03735f

Browse files
assumptionsandgMoteHue
authored andcommitted
Cloud credits API azimuth configuration (azimuth-cloud#158)
* Coral credits azimuth configuration * Update coral credits namespace
1 parent 2fc4359 commit e03735f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Tiltfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ settings = deep_merge(
6565
"azimuth-schedule-operator": {
6666
"release_namespace": "azimuth",
6767
},
68+
"coral-credits": {
69+
"release_namespace": "coral-credits",
70+
},
6871
"cluster-api-addon-provider": {
6972
"release_namespace": "capi-addon-system",
7073
},

environments/base/inventory/group_vars/all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ cloud_metrics_enabled: no
5959
# Indicates whether to enable Velero for backup and restore
6060
velero_enabled: no
6161

62+
# Indicates whether to install coral credits
63+
coral_credits_enabled: no
64+
6265
# Azimuth features to enable
6366
azimuth_apps_enabled: yes
6467
azimuth_kubernetes_enabled: yes

environments/demo/inventory/group_vars/all/variables.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ admin_dashboard_ingress_basic_auth_password: admin
6060
harbor_admin_password: admin
6161
harbor_secret_key: abcdefghijklmnop
6262
keycloak_admin_password: admin
63+
coral_credits_admin_password: admin
6364
zenith_registrar_subdomain_token_signing_key: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789AA
6465
azimuth_secret_key: 9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcda00

0 commit comments

Comments
 (0)