Closed mirshahriar closed 7 years ago
I am afraid this will result in a explosion of flags. :(
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.
The kube identifier rules are: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/identifiers.md
I think using @
as separator will work.
Example: Do not pass
<secret-name>.<namespace>
in--secrets
flagOnly service name can take
<namespace>
after it.