Ruben Koster
Ruben Koster
Does this issue still apply since https://github.com/cloudfoundry-incubator/bosh-workspace/issues/37 has been fixed?
I can confirm that using `m.Use(render.Renderer()` fixed the above issue.
@ogrand could you create a PR for that?
One other way to go about this issue is to use Carvel.dev and its [secret-gen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller). This is the approach that has been taken by the [reusable concourse templates used by...
Why is the cpi passing down the `d-`? Wouldn't it be better if that would have been stripped in the cpi instead of doing this in the agent?
I still don't fully understand where this problem is coming from. Who changed what, and why is this suddenly an urgent issue to fix? And what makes SAP's environment different...
Why would I want to create a disk out of band and attach it to bosh using bosh attach-disk? As in is there no way to trigger the issue when...
The current understanding is that these prefixes are not something the cpi passes in, so somewhere in the interplay between the IaaS and the OS, the prefixes get added. Given...
The above mentioned PR has been merged. Now we need a set of IaaS specific PRs to bosh-linux-stemcell-builder to define a regex to strip the volume prefix.
Given the `stripVolumeRegex` functionality is not being used yet, does it make sense to change it to use match groups instead? So if provided the first match group result will...