Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
story
0 points
marktolson
5y ago
0 comments
Share
We edit yaml files everytime we update a service version, which happens multiple times per week? Is there a better way to deal with this?
0 comments
default
newest
oldest
snuxoll
5y ago
Integrate it with your CI/CD pipeline. I have a Gitlab pipeline that runs kustomize and pipes the output to kubectl for every deploy to do things like setting secrets, image tags, creating ConfigMaps from config files in the repository, etc.
marktolson
OP
5y ago
That's essentially what we already do. My original point was based on the fact that the config changes all the time (as opposed to 4 times a year).
snuxoll
5y ago
What are you changing all the time in your config?
j
/
k
navigate · click thread line to collapse