What is a cleaner way to specify dependencies betw...
# kubernetes
r
What is a cleaner way to specify dependencies between stacks? Exporting objects often means the CLI logs these large objects (I know there is a flag to hide that though).
w
Typically instead of exporting an object, you can just export an id and then read that id from the other stack. Depends a little on more details of your specific case though.