eclipse-theia / theia-cloud-helm

Eclipse Public License 2.0
6 stars 7 forks source link

Support configurationSnippets via values #76

Closed sgraband closed 1 month ago

sgraband commented 1 month ago

Add ingress.instances.configurationSnippets to allow custom nginx configuration snippets. Move ingress.instanceName to ingress.instances.name. Move ingress.proxyBodySize to ingress.instances.proxyBodySize. Move ingress.allWildcardSecretNames to ingress.instances.allWildcardSecretNames.

Also add task to regenerate READMEs and formatter settings for json & yaml. Note: The helm templates are not yet formatted as no good solution was found yet.

lucas-koehler commented 1 month ago

The PR should also increase the version of the theia-cloud helm chart (i.e. the number after the next tag).

sgraband commented 1 month ago

Thank you for the feedback @lucas-koehler. I applied your suggestions. Could you take another look?

Regarding the website i will take a look and make a PR there if neccessary.