Tiltfile - add algorand to guardian resource_depends
This commit is contained in:
parent
6235c3b31f
commit
5a55183837
2
Tiltfile
2
Tiltfile
|
@ -251,6 +251,8 @@ if terra_classic:
|
|||
guardian_resource_deps = guardian_resource_deps + ["terra-terrad"]
|
||||
if terra2:
|
||||
guardian_resource_deps = guardian_resource_deps + ["terra2-terrad"]
|
||||
if algorand:
|
||||
guardian_resource_deps = guardian_resource_deps + ["algorand"]
|
||||
|
||||
k8s_resource(
|
||||
"guardian",
|
||||
|
|
Loading…
Reference in New Issue