lsc-sde / iac-flux-jupyter

Flux configuration for JupyterHub
MIT License
1 stars 0 forks source link

Use Kustomize configMapGenerator for Helm values #2

Closed vvcb closed 8 months ago

vvcb commented 8 months ago

The current method of providing custom values.yaml for the JHub Helm chart is in the form of yaml data as a string within a ConfigMap. This can potentially result in yaml formatting/indentation errors being missed.

It will be better for these config maps to be generated from yaml files themselves using Kustomize configMapGenerator.