sparse-intern-71089
08/23/2022, 6:17 PMbillowy-army-68599
bored-spoon-83710
08/23/2022, 6:21 PM_, err = helm.NewChart(ctx, t.name+"-"+chartName,
helm.ChartArgs{
Path: pulumi.String(path.Join(path.Dir(currentFile), "helm")),
Namespace: t.Namespace.Metadata.Name().Elem(),
Values: values,
},
pulumi.Parent(t),
)
if err != nil {
return errors.NewResourceCreationError("Helm chart", chartName, err)
}
bored-spoon-83710
08/23/2022, 6:22 PMt.name
prefix, I get the duplicate error issue, but with it, all the resources deployed by the chart have t.name
prefix in their name.billowy-army-68599
bored-spoon-83710
08/23/2022, 6:25 PMbored-spoon-83710
08/23/2022, 6:32 PMbillowy-army-68599
else Pulumi complains about duplicate resource URN
duplicate urns are easy to fix, if you want to go down that path
billowy-army-68599
t.name+"-"+chartName
so you can override it if you wishbillowy-army-68599
bored-spoon-83710
08/23/2022, 6:34 PMbored-spoon-83710
08/23/2022, 6:36 PMbillowy-army-68599
bored-spoon-83710
08/23/2022, 6:37 PMbored-spoon-83710
08/24/2022, 1:09 PMmake build
and it gave me a working Go SDK, but I’ve errors about Java (the requirements for Java aren’t indicated in the CONTRIBUTING.md
file) and I get a lot of space differences in the Go SDK files which seems strange. Can you give me hint please?