We should be able to use the Release component which would avoid us having to run a transformation that prevents the tls cert from regenerating on every pulumi deployment.
We might need to use this as well: https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L153
|
/** `keepTLSSecret` is broken: |
|
* https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2312 |
|
* */ |
|
// keepTLSSecret: true, |
We should be able to use the Release component which would avoid us having to run a transformation that prevents the tls cert from regenerating on every pulumi deployment.
We might need to use this as well: https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L153
tezos-pulumi/aws/components/AlbIngressController.ts
Lines 63 to 66 in 6acd8c2