Closed felipeatsix closed 10 months ago
@felipeatsix Would you mind please sending our way a PR?
Okay, I'll do during the weekend, but I was expecting that you guys would actually have a proper fix instead of applying this workaround.
IMHO we can remove that line altogether since -Xlog:gc
was added to the latest PuppetDB container Dockerfile as the default where required. @felipeatsix could you see if it works as expected without specifying any value for PUPPETDB_JAVA_ARGS
?
@ldaneliukas Yup, we need to still provide the keys for the configuration (erasing everything would crash because the java virtual machine is not created), but leaving the value completely empty still works.
## Additional puppetdb container environment variables
extraEnv:
PUPPETDB_JAVA_ARGS: ""
I will be submitting a PR later without the line.
Thanks.
Describe the Bug
Upon installation of the helm chart, PuppetDB pod will crash (CrashLoopbackOff) By checking on the pod logs we can see the problem:
Expected Behavior
PuppetDB pod won't crash upon clean helm chart installation, without need to modify any parameters for it in the helm chart.
Steps to Reproduce
Environment
Additional Context
As a workaround I just deleted the parameter from the helm chart:
Before modification:
Modified version (fix):