Jsonnet – Apply mixin multiple times in for loop
I am using Jsonnet to render Kubernetes objects, I would like to use a mixin to apply multiple volume mounts to a deployment.
I am using Jsonnet to render Kubernetes objects, I would like to use a mixin to apply multiple volume mounts to a deployment.