How to handle complex dependencies for kubernetes deployment?

If for example I have a service that depends on a database, how do i specify that database name for the kubernetes deployment so when the service starts I can use it? Is the best way to do that with the https://www.waypointproject.io/docs/app-config ?
Is there a way to specify these values within the stanza itself so I don’t have to manually set it in the CLI?

1 Like

Currently the app config is the best way. We’ll continue to expand support for configuration options as time goes on. Is there some preferred way you’d have?

@mitchellh Thanks for the reply! I would prefer to additionally be able to set config directly in the HCL file.