Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmd/provider/main.go): External Secrets Store initialization
Currently, even when command-line flag `--enable-external-secret-stores` is passed to the generated provider, the feature is not enabled. Apparently, `o.Features.Enable(features.EnableAlphaExternalSecretStores)` was missing from the generated code. I also copied how `o.ESSOptions` are initialized from [one of AWS providers][1], otherwise the program would crash. [1]: https://github.com/crossplane-contrib/provider-upjet-aws/blob/main/cmd/provider/acm/zz_main.go
- Loading branch information