-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy the operator using a Helm chart #260
Comments
This certainly makes sense. Happy to help if you'd like to take a stab at contributing a chart for the operator! |
Thanks for the reply @viveklak . I'd be happy to give it a try 👍 |
@adace123 and @viveklak thank you both for looking into this issue. 😄 It looks like this PR is waiting on a potential merge conflict resolution and final acceptance/merge. We are currently evaluating the usage of For our specific use case, we are leveraging gitops usingthe flux. In order to make helm based k8s deployments a first class citizen, flux includes a key component called a HelmRelease which supports a GitRepository as a source, but currently requires a helm chart be available in the repository. Until this PR gets merged, we are going to have to copy the CRD and Deployment artifacts directly into our own repo and inject it directly using a kustomization. Or, alternatively we can fork the repo and make use of the code in the PR until the code has officially been merged. If there is anything we can do to help test or contribute to expedite the adoption of this feature feel free to reach out. |
Good news everyone, we just released a preview of Pulumi Kubernetes Operator v2. We now provide a Helm chart and other installation options. Please read the announcement blog post for more information: Would love to hear your feedback! Feel free to engage with us on the #kubernetes channel of the Pulumi Slack workspace. |
Hello!
Issue details
Having the option to deploy the operator via a Helm chart would be very convenient for my project setup, which will make extensive use of Helm charts.
Affected area/feature
K8S Operator
The text was updated successfully, but these errors were encountered: