Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
9dev
4 months ago
|
parent
|
context
|
favorite
| on:
Broadcom to discontinue free Bitnami Helm charts
I never understood why people didn’t serialize from JSON if they run a transformation step on the YAML anyway. Read JSON, alter in your favorite language, dump YAML as the last step, deploy. Instant prevention of a lot of sadness.
Yet somehow, all we have is YAML templating?
stackskipton
4 months ago
[–]
Kubectl will handle JSON without converting it to YAML. So if you are doing this, then just do kubectl apply -f deployment.json
thayne
4 months ago
|
parent
[–]
So why doesn't helm output to json instead of yaml, and avoid all the problems with significant whitespace?
Finster
4 months ago
|
root
|
parent
[–]
crickets
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Yet somehow, all we have is YAML templating?