The name of the binding secret is actually the namespace where the bind playbook is run: https://github.com/ansibleplaybookbundle/ansible-asb-modules/blob/master/library/asb_encode_binding.py#L86 We can easily store that information in the variang config map and look it up in there for deletion. |