fix return OpResponse json, fix TXT record deletion #36
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
major
minor
patch
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/cert-manager-webhook-open-provider!36
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/36/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix issue where TXT records would not be deleted. Turns out you have to explicitly include double-quotes in the string match
This one fails:
This one works:
Fix issue with the
ZoneOpResponsestruct which caused incomplete return output to be displayed:Before:
After:
In
test.shZONEID can now be retrieved from output and doesnt need to be expliccitly exported.