What problem are you facing?
The crossplane project init command creates a crossplane-project.yaml file with a default registry "example.com/my-org" which always needs to be edited or overridden at build time.
How could Crossplane help solve your problem?
Add the --registry option to the crossplane project init command and use that value in the crossplane-project.yaml so it doesn't need to be changed or overridden later.
What problem are you facing?
The
crossplane project initcommand creates a crossplane-project.yaml file with a default registry "example.com/my-org" which always needs to be edited or overridden at build time.How could Crossplane help solve your problem?
Add the
--registryoption to thecrossplane project initcommand and use that value in the crossplane-project.yaml so it doesn't need to be changed or overridden later.