trying to wrap my head around how i’d structure a ...
# general
s
trying to wrap my head around how i’d structure a smaller project of mine — is there any examples of something that depends on the outputs of a resource? .. i guess the mechanism would be used quite a lot outside of k8s scope as well, when standing up cloud infra but the configmap example might look like something i need in k8s world
c
@salmon-pizza-65823 not sure I understand the question.. are you asking if there are k8s objects that use outputs from other k8s objects in an example somewhere?