DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
22 stars 21 forks source link

Disable readOnlyRootFilesystem for config.json ENV vars #10

Closed skooNI closed 6 months ago

skooNI commented 6 months ago

For the ENV variables to work, config.json must be writable on the filesystem.

This is because 30-oidc-configruation.sh writes to this file to set the configuration. Without this change, the ENV configuration is ignored.

nscuro commented 6 months ago

Good catch @skooNI! Could you bump the chart version to 0.1.1 please?

skooNI commented 6 months ago

Good catch @skooNI! Could you bump the chart version to 0.1.1 please?

Done! Thanks for the quick response @nscuro.

nscuro commented 6 months ago

@skooNI Seems the latest commit is missing a DCO sign-off. If you click on the Details link of the failing DCO check, it will tell you what to do to resolve.

skooNI commented 6 months ago

@skooNI Seems the latest commit is missing a DCO sign-off. If you click on the Details link of the failing DCO check, it will tell you what to do to resolve.

@nscuro Sorry about that. It should be fixed now.