https://pulumi.com logo
#pulumi-kubernetes-operator
Title
# pulumi-kubernetes-operator
b

bitter-carpenter-93554

09/27/2022, 9:09 PM
Pulumi operator can keep in-sync with Git Pulumi apps. Can Pulumi operator keep itself in-sync with git?
e

eager-football-6317

09/29/2022, 9:26 AM
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

bitter-carpenter-93554

10/04/2022, 6:27 PM
it is just to deploy operator. Can you share details/examples of your experiments ?
e

eager-football-6317

10/04/2022, 7:30 PM
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.