arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

fix: don't strip newlines after the templated value #133

Closed etrikp closed 9 months ago

etrikp commented 9 months ago

This issue ultimately presents as

ports:
- port: 8000
  protocol: TCP
  targetPort:8000---
apiVersion: policy/v1
kind PodDisruptionBudget
metadata:
arttor commented 9 months ago

@etrikp there are some problems with lint action on CI. I've updated CI pipeline in main branch, can you please update your branch to see if it helps?

etrikp commented 9 months ago

@arttor Done!