sillsdev / web-languageforge

Language Forge: Online Collaborative Dictionary Building on the Web and Phone.
https://languageforge.org
MIT License
44 stars 29 forks source link

change k8s yaml parameters (like WEBSITE) to use kustomize instead of sed at the commandline to substitue values #1783

Closed hahn-kev closed 11 months ago

hahn-kev commented 11 months ago

right now the only want to have different config values between staging and prod is by using sed in the deployment make file. This sucks because if we want to add another parameter we need to dig through those scripts and modify them. It would be much simpler to use kustomize like we do in lexbox to just patch the differences we want instead.