Andrew Purdin
Results
2
comments of
Andrew Purdin
> @andrewpurdin Why can't you just use Kustomize to do this exact thing? It would be IaC in declarative form that allows for you to run `kubectl apply -k /folder/to/your/kustomize/overlays`...
We're using [pulumi](https://www.pulumi.com), and I hear what you're saying about creation time, however we are able to manage the auth configmap which is created during the cluster creation process so...