Is it possible to tell pulumi about dependencies w...
# kubernetes
i
Is it possible to tell pulumi about dependencies within resources in yaml files using NewConfigGroup? For example, the code below adds three yaml files of resources. The last file
eck_filebeats.yaml
has a resource named
filebeat
that should not be created until a specific service created by the
eck_operator.yaml
file has an endpoint.