Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a config map with the CloudFormation outputs #175

Open
yasseur1007 opened this issue Mar 16, 2021 · 2 comments
Open

Generate a config map with the CloudFormation outputs #175

yasseur1007 opened this issue Mar 16, 2021 · 2 comments

Comments

@yasseur1007
Copy link

yasseur1007 commented Mar 16, 2021

It would be nice if this could generate/Manage a K8s configMap (or a k8s secret) with all the outputs
of the cloudFormation (instead of only keeping those in the "status" section)

This would permit to mount directly the config map to a deployment for example and help automatically "glue" things.


I know k8s doesn't support auto-"reloading" services that consumes a configMaps that has changed, but even knowing that, it's would still be a real nice feature...

@linki
Copy link
Owner

linki commented Mar 17, 2021

I agree. That would be nice.

@cuppett
Copy link
Contributor

cuppett commented Jan 2, 2022

I wanted to try this operator out with the ServiceBindingOperator on OpenShift. I've got this implemented here:

cuppett/aws-cloudformation-operator@2f94eac
cuppett/aws-cloudformation-operator@db37e2a
cuppett/aws-cloudformation-operator@188444c

I can roll everything I've got forward and in via a PR to this project if wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants