Open
Description
Is your feature request related to a problem?
I want to manage both a RecordSet
and a HealthCheck
as a single deployment.
However, RecordSet
only supports a healthCheckID
which makes the process fragile and difficult to automate (create HealthCheck
resource, wait for sync, get the ARN, use in RecordSet
).
Describe the solution you'd like
A healthCheckRef
field (similar to hostedZoneRef
) would be added to RecordSet
- This would allow for simple integration between the components.
Describe alternatives you've considered
I've considered using a FieldExport
but this would have to be coupled with a pipeline/policy that applies changes to RecordSet
when a configmap changes.