kubepack / chartify

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

Add --skip-resources flag to skip resources from input Yaml #35

Closed yadavnikhil closed 6 years ago

yadavnikhil commented 7 years ago

Ex. --skip-resources=Secret/my-secret,Deployment/my-deployment

The Resource type should match the names in specs & should be in list: "Pod", "ReplicationController", "Deployment", "Job", "DaemonSet", "ReplicaSet", "StatefulSet", "Service", "ConfigMap", "Secret", "PersistentVolumeClaim", "PersistentVolume", "StorageClass" It will give error is Resource type is not one of the above list

tamalsaha commented 6 years ago

Closed old pr