Closed juliostanley closed 2 years ago
Hi @juliostanley, so we can investigate and better understand, are you using the Terraform Helm provider https://registry.terraform.io/providers/hashicorp/helm/latest/docs ?
Is this still relevant? Suggesting to close it
We can close this.
Instead of the terraform helm provider we were rendering the templates and using tfk8s to translate them to .tf, we are no longer using this translation mechanism.
Hi
Could you move the statefulset
command
into the configmap just like the other scripts?https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart/blob/ca0bfcb8dcc7a5c4439cb42779c43c89f839499e/pubsubplus/templates/solaceStatefulSet.yaml#L119
The reason is that when translating the template to terraform tf and using
<<-EOF
, it gets applied to kubernetes as>+
however, somehow this causes solace to not complete boot up (stops at restarting syslog).To keep similarity, maybe it could change to:
P.S. Yes, it is possible to modify the tf to move the command into the configmap scripts, however it would be preferred to perform an auto translation from helm to tf (currentley not possible because of the auto created <<-EOF)