seaweedfs / seaweedfs-operator

seaweedfs kubernetes operator
Apache License 2.0
174 stars 42 forks source link

Add helm chart for deploy SeaweedFS operator #78

Closed Programmeris closed 1 year ago

Programmeris commented 1 year ago

Now only Kustomize can be used to deploy an operator. Although it is a good tool, Helm is more popular. In my case, I'm using a GitOps approach using Flux2 and CRD HelmRelease.

This Helm Chart supports the following:

chrislusf commented 1 year ago

Thanks! This is great! Please also add instructions in the README.md file.