generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
area/field-exportIssues or PRs related to Field ExportIssues or PRs related to Field Exportkind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.kroissues that can be resolved by kroissues that can be resolved by kroservice/route53Indicates issues or PRs that are related to route53-controller.Indicates issues or PRs that are related to route53-controller.
Description
Is your feature request related to a problem?
In my GitOps pipeline, I use ACK to deploy an RDS instance. I'd like to also deploy a Route53 RecordSet with a CNAME for this, but since the native DB hostname isn't known until it's created, I need to use the data that is saved in a ConfigMap using the FieldExport objects.
Describe the solution you'd like
The RecordSet CRD should support pulling values from ConfgMaps (maybe also from Secrets), e.g.:
resourceRecords:
# currently supported
- value: string
# (required) support pulling from ConfigMaps
- valueFrom:
configMapKeyRef:
name: myconfigmap
key: myvalue
# (optional) also support pulling from Secrets?
- valueFrom:
secretKeyRef:
name: mysecret
key: myvalue
Describe alternatives you've considered
I really can't think of how to get a ConfigMap value to be used in any other way, but I'm open to suggestions if I'm missing something.
arichtman-srt
Metadata
Metadata
Assignees
Labels
area/field-exportIssues or PRs related to Field ExportIssues or PRs related to Field Exportkind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.kroissues that can be resolved by kroissues that can be resolved by kroservice/route53Indicates issues or PRs that are related to route53-controller.Indicates issues or PRs that are related to route53-controller.