You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please add information about using parameters. For example, we have a bundle that we have authored which has a parameter of type "file". Not sure how to pass this in, given that the parameters in the CRD is just a map[string]string.
There may be a workaround now for file. I threw out one idea to @donmstewart where we can try setting the parameter type to string and the contentEncoding to base64. I haven't verified it myself to know for sure if it will work. We may need a fix to Porter so that when the parameter is written out to a file, we decode the string first.
I think we are missing a more k8s native way to provide a file, for example being able to make a parameter set where the source of the parameter is a k8s secret or config map.
The text was updated successfully, but these errors were encountered: