Based on a discussion I had with @tobru:
Initially, commodore component were envisioned to be self contained. For that reason, initial components take care of everything including like S3 buckets and such by using Crossplane.
We need to change the default in a way, that all external referenced can be passed in as parameters. The reasons for that are:
- One might have Kubernetes clusters on infrastructure without Crossplane support. Adding support might not be an option.
- One might already have those external resources and do not want Crossplane to create new ones.
Based on a discussion I had with @tobru:
Initially, commodore component were envisioned to be self contained. For that reason, initial components take care of everything including like S3 buckets and such by using Crossplane.
We need to change the default in a way, that all external referenced can be passed in as parameters. The reasons for that are: