Alexander Kluge

Results 7 comments of Alexander Kluge

I understand that the focus of the original PR was secret management. As mentioned in my PR description, the secret alone does not suffice to configure velocity though. And I...

Coming from the Java Enterprise world (Application Servers, Quarkus, and Spring Boot), I might be a bit spoiled - we've had the Eclipse MicroProfile for several years now. One of...

Unfortunately, paper does not ignore read only (in a k8s environment) ``` [19:11:54 ERROR]: Encountered an unexpected exception org.spongepowered.configurate.ConfigurateException: []: java.nio.file.FileSystemException: /opt/paper/config/.7199899733415571904970619paper-global.yml.tmp -> /opt/paper/config/paper-global.yml: Device or resource busy at org.spongepowered.configurate.loader.AbstractConfigurationLoader.save(AbstractConfigurationLoader.java:211)...

In case anyone wants to reproduce it in k8s, here's a shortened version of my setup: ```yaml apiVersion: v1 kind: ConfigMap metadata: name: paper-global-config data: paper-global.yml: | _version: 29 anticheat:...

Thanks for investigating on the topic of Kubernetes ConfigMaps even though this is not your main concern :) Unfortunately, the defaultMode doesn't prevent the error. After adding it, the permissions...

I am not 100% sure but the difference in behaviors might also be caused by the JREs we're using. File system handling might be a little different depending on the...

Sounds good! The merge file path (you called it `--paper.global.values` in your example) will be configurable using ENV variables, right? :rofl: