Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

k8s_objects should delete in reverse order. #97

Closed
mattmoor opened this issue Jan 13, 2018 · 0 comments
Closed

k8s_objects should delete in reverse order. #97

mattmoor opened this issue Jan 13, 2018 · 0 comments

Comments

@mattmoor
Copy link
Contributor

Consider:

k8s_objects(
    name = "foo",
    objects = [
        ":namespace",
        ":deployment",  # in the namespace
    ],
)

This is ordered properly for :foo.create, but :foo.delete will always fail deleting :deployment because :namespace was already cleaned up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant