Closed suskin closed 4 years ago
Does https://github.com/crossplane/crossplane-cli/pull/45/files#diff-95002115e9268c3ba814db1db532660dR164 need to be updated?
Yeah, good point. We should update that. In fact, we should go back and remove the override thing entirely, now that the stack manager will override the source for us. I'm not going to do that part in this PR though.
Related to crossplane/crossplane#1308
Now that we support omitting the controller image, it's easier as an author if we omit it.
Testing
Omitting the image field has been tested with other stacks; I tested it with the latest version of Crossplane and
provider-gcp
andstack-minimal-gcp
on my machine.I also tested generating the
install.yaml
locally by running the init command, and it came out as expected.