faint-motherboard-95438
05/18/2020, 9:31 PMpulumi up
a Secret
created by the chart (namely the pgpool
one) keeps getting replaced each time for a ~data
diff reason. Anyone would know the reason and how to make it permanent please ? (Never had this issue with any other chart I use)billowy-army-68599
05/18/2020, 9:34 PMhelm template
to render these charts, and the chart generates a random string on each `helm template`:
https://github.com/bitnami/charts/blob/f105cbc56a2fdec2f9a7ff5bbaa08e94934663ba/bitnami/postgresql-ha/templates/_helpers.tpl#L320pulumi-random
to generate a password and pass it to the helm chart, the value will still be random, but won't change on each diff/previewfaint-motherboard-95438
05/18/2020, 9:35 PMvalues
object.. sorry for the noise and thanks for your quick reply @billowy-army-68599