You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a provider with a specific API group, e.g. crossplane.io, upjet generates examples with metadata annotations and labels referring to upbound.io, which is hardcoded at https://github.com/crossplane/upjet/blob/72675757bb33ae6153813b0f6d1d0bf7bba9dba3/pkg/examples/example.go#L35.
Please consider using the specified API group instead of the hardcoded "upbound.io".
How can we reproduce it?
make generate
The text was updated successfully, but these errors were encountered:
What happened?
When creating a provider with a specific API group, e.g. crossplane.io, upjet generates examples with metadata annotations and labels referring to upbound.io, which is hardcoded at
https://github.com/crossplane/upjet/blob/72675757bb33ae6153813b0f6d1d0bf7bba9dba3/pkg/examples/example.go#L35
.Please consider using the specified API group instead of the hardcoded "upbound.io".
How can we reproduce it?
make generate
The text was updated successfully, but these errors were encountered: