kubepack / chartify

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

Pass namespace in separate flags while necessary #10

Closed mirshahriar closed 7 years ago

mirshahriar commented 7 years ago

Example: Do not pass <secret-name>.<namespace> in --secrets flag

Only service name can take <namespace> after it.

tamalsaha commented 7 years ago

I am afraid this will result in a explosion of flags. :(

mirshahriar commented 7 years ago

May be use some other symbol like "@" which is not allowed in name to separate from namespace. Then need to explain that in flag description.

tamalsaha commented 7 years ago

The kube identifier rules are: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/identifiers.md

I think using @ as separator will work.