Pulumi operator can keep in-sync with Git Pulumi a...
# pulumi-kubernetes-operator
b
Pulumi operator can keep in-sync with Git Pulumi apps. Can Pulumi operator keep itself in-sync with git?
e
I experimented a bit with making the operator apply its own configuration, and I believe it’s possible. You could start with one of the programs in https://github.com/pulumi/pulumi-kubernetes-operator/tree/master/deploy
b
it is just to deploy operator. Can you share details/examples of your experiments ?
e
I was new to Pulumi though, and got quite tangled up. You will probably have more success if you just take one of the programs in pulumi-kubernetes-operator/deploy as above, stick it in a git repo of your own, and make a Stack object pointing at it.