Skip to content

Commit

Permalink
Coral credits azimuth configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Aug 14, 2024
1 parent 74a634c commit 66f7479
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": "azimuth",
},
"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 66f7479

Please sign in to comment.