pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
221 stars 55 forks source link

Example of deploying the operator with Flux source controller #339

Closed squaremo closed 1 year ago

squaremo commented 2 years ago

This example shows how to set up the operator and Flux's source controller so they can work together. It includes a subordinate example which shows how to create a GitRepository (a Flux source) and a Stack object that points to it.

This should remain a draft until the Flux support is released.

squaremo commented 1 year ago

We'll need to bump the default values for operator-version and crd-version once there's a release including Flux source watch (i.e., after #348). It will kind of work at present, but you need an image built from #348.