kubepack / chartify

📈 Generate Helm Charts from Kubernetes objects
Apache License 2.0
227 stars 25 forks source link

Check imagePullSecret if it is deployed by chart. #30

Closed saumanbiswas closed 7 years ago

tamalsaha commented 7 years ago

cc: @yadavnikhil

yadavnikhil commented 7 years ago

@TamalSaha This does not work. Below is what i get in helm install final yaml:

imagePullSecrets:

You sure we can use {{ template "fullname" . }} in values.yml? Helm replaces the string as it in final output which is not resolvable.

tamalsaha commented 7 years ago

@yadavnikhil , I have reverted this change.