Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
This is where I was messing around:
https://github.com/squaremo/pulumi-warmup/tree/main/bootstrap
.
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.
Post