Fix postinstall_exec variable expansion in kube-hetzner
kube-hetzner postinstall_exec passes strings verbatim to the remoteshell — $$ produces literal $$ (PID) instead of escaping to $. Usesingle $ since no HCL interpolation occurs.
sans-self.org 3 weeks ago 048d7c9d 914f3213