Thomas Risberg

Results 9 comments of Thomas Risberg

At this point I'd think that integrating with [Knative](https://github.com/knative/) project would be high priority for this.

I would suggest setting default to be disabling the `enableApi` for both config and secrets and updating the docs to favor mounting config and secrets as volumes. Also trying the...

I'm getting some checkstyle violations trying to build. Could you fix them so I can try this out? Thanks.

Looks like this is related to https://github.com/spring-cloud/spring-cloud-config/issues/1439, I probably put that in the wrong project. I did a naive implementation for a demo on k8s here: https://github.com/trisberg/mypets-app/blob/refresh-scope/src/main/java/com/springdeveloper/mypets/ConfigRefresher.java#L41

We already create a secret for the service account, are you saying that we need an additional secret, that seems like the wrong solution? I'm having same issue using the...

It seems to use the service account secret when pushing to Docker Hub, so I wonder why GCR is different.

@saturnism try deleting the registry you are using for the image or use a new one, the buildpacks sometimes fail to read metadata from existing images

The samples included in a release are expected to work with the CLI plugins that are part of the same release. This change was made recently, how did you install...

> @trisberg Why the newer Spring Boot works only with Java 17 not 21? It should work with Java 21, I use that all the time. What is the error...