Skip to content

Commit

Permalink
Cloud credits API azimuth configuration (#158)
Browse files Browse the repository at this point in the history
* Coral credits azimuth configuration

* Update coral credits namespace
  • Loading branch information
assumptionsandg authored Oct 11, 2024
1 parent 12f04a4 commit 4e672a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ settings = deep_merge(
"azimuth-schedule-operator": {
"release_namespace": "azimuth",
},
"coral-credits": {
"release_namespace": "coral-credits",
},
"cluster-api-addon-provider": {
"release_namespace": "capi-addon-system",
},
Expand Down
3 changes: 3 additions & 0 deletions environments/base/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ cloud_metrics_enabled: no
# Indicates whether to enable Velero for backup and restore
velero_enabled: no

# Indicates whether to install coral credits
coral_credits_enabled: no

# Azimuth features to enable
azimuth_apps_enabled: yes
azimuth_kubernetes_enabled: yes
Expand Down
1 change: 1 addition & 0 deletions environments/demo/inventory/group_vars/all/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ admin_dashboard_ingress_basic_auth_password: admin
harbor_admin_password: admin
harbor_secret_key: abcdefghijklmnop
keycloak_admin_password: admin
coral_credits_admin_password: admin
zenith_registrar_subdomain_token_signing_key: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789AA
azimuth_secret_key: 9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcda00

0 comments on commit 4e672a0

Please sign in to comment.