wasmCloud / wadm

wasmCloud Application Deployment Manager (wadm) is a Wasm-native orchestrator for managing and scaling declarative wasmCloud applications.
https://wasmcloud.com
Apache License 2.0
108 stars 28 forks source link

fix(chart): reference the correct value for the Jetstream domain #467

Closed protochron closed 1 month ago

protochron commented 1 month ago

Feature or Problem

Pull the jetstreamDomain value from config.wadm.nats.jetstreamDomain instead of from config.wadm.jetstreamDomain since that is what we define in the values file. It is also a more logical way to group the value than what the chart was expecting.

Related Issues

Release Information

Next chart release

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification