I need to patch nginx-load-balancer-conf in the ku...
# general
g
I need to patch nginx-load-balancer-conf in the kube-system namespace using pulumi. On minikube - What’s the best way to do this?
g
Haven’t tested it, but I think you could import the resource and then manage it with pulumi
g
That would need 2 passes no?
So get by id
Then delete that code and then add the patching code
That’s not going to work for our automated stuff :/
g
Right
If you can’t figure out a way to do it, feel free to open an issue, and we can see if there’s a way to support that use case
g
Worst case I can bash script it but it’s another step that feels hacky. Best place for it is in pulumi but unless pulumi can know it tracks a resource immediately and can then modify it I guess it’s not possible. And from what little I know of how pulumi works that’s going to be a tough one?
I’ll open an issue if I can’t figure it out :)