generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
area/resource-referencesIssues or PRs related to resource referencesIssues or PRs related to resource referenceskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.service/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?
ACK controllers require inputs. those are only from values.yaml. Sometimes that data is in configmaps.
Describe the solution you'd like
All ACKs have FieldExport that stores Status values in ConfigMaps and Secrets.
But this is of no use for other ACKs as input.
For example, when using ACK ACM and storing the validation DNS records into a ConfigMap, you can't use that in ACK Route53, or the Certificate ARN in the ACK LBC.
Ideally, all ACK CRDs should be able to take inputs from either values.yaml or ConfigMap.
Describe alternatives you've considered
Using Terraform or having to support quirky Watcher controllers to copy this data around
arichtman-srt
Metadata
Metadata
Assignees
Labels
area/resource-referencesIssues or PRs related to resource referencesIssues or PRs related to resource referenceskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.service/route53Indicates issues or PRs that are related to route53-controller.Indicates issues or PRs that are related to route53-controller.