Florian Hopfensperger
Florian Hopfensperger
This PR allows to configure a subcontext (sub http path) for the Angular and Spring boot app and Keycloak. For example, the services then listen to the following urls: `https://example.com/mock-server/auth/`...
### Description of your changes Add PollInterval to controller setup function template. Fixes #288 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable` to...
### What happened? Currently the PollInterval Option is not considered by controllers, instead the default poll interval is used. For example provider-jet-aws defines a [poll interval ](https://github.com/crossplane-contrib/provider-jet-aws/blob/main/cmd/provider/main.go#L105) ```bash o :=...