pulumi / pulumi-kubernetes-operator

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

Allow adding role and rolebinding for flux source access #479

Closed budimanjojo closed 6 months ago

budimanjojo commented 1 year ago

Hello!

Currently the helm chart doesn't include any way to allow the operator to access flux source. It would be good to include it.

Issue details

Affected area/feature

### Tasks
rquitales commented 1 year ago

Hello @budimanjojo,

Thank you for suggesting this enhancement.The addition of Helm chart support is a new supported installation method, so thanks for pointing out the lack of Flux source support - we'll look into adding this soon.

cc @dirien who implemented the initial Helm chart support.

dirien commented 1 year ago

Np, @budimanjojo,

let me create a PR for this!

dirien commented 1 year ago

Hey @budimanjojo and @rquitales,

here is the PR https://github.com/pulumi/pulumi-kubernetes-operator/pull/480

OCI chart version 0.2.0 should give access (get,list,watch) to the Flux Source.

budimanjojo commented 1 year ago

Thanks!

dirien commented 6 months ago

@budimanjojo 0.7.0 😅