stan-sz

Results 53 comments of stan-sz

Suggestion: for `object` params, the schema for it could be a json schema kept in a separate file. Then with the machinery `loadJsonContent` it could be embedded and used at...

See https://github.com/dotnet/msbuild/issues/1777 and the links from it

Thanks. Your solution would have been easier with #337 implemented. I'd like to keep this issue open for sharing ideas how to solve it.

@aramase - what's your take on that? It's is related to #784

Indeed, helm 3.7+ is capable of pulling a chart from a container registry. Can you push the chart to both the gh-pages and mcr.microsoft.com?

It's not a strong requirement yet, it is a simplification to host the chart with images in the same ACR. A non-functional requirement is that we have seen rate limiting...

Regardless of OS, env variables are always strings, so the fix should be to always emit env variable names/values as strings. Removal of the quotes makes k8s to treat this...

This should be feasible with the latest contribution #1420 (pending release). With that you should be able to represent a subscription level deployment that: * creates a RG within the...

While not a single-file solution, #4158 would also help make the resource group creation easier.