Gimlet applications can depend on other applications.
Apps can expose certain variables that other apps can reference
Example:
- if app A depends on app B
- app A can refer to app B's in cluster address:
{{ APP_B_CLUSTER_ADDRESS }}
- or B's external address:
{{ APP_B_INGRESS_ADDRESS }}