hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
265 stars 90 forks source link

added support for auto cert renewal flags in hlf-operator helm chart #177

Closed adityajoshi12 closed 1 year ago

adityajoshi12 commented 1 year ago

What this PR does / why we need it:

This PR allows the users to pass the auto-renewal flags while installing the hlf-operator.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Additional documentation, usage docs, etc.:

dviejokfs commented 1 year ago

@adityajoshi12 The "official" helm charts are in this repository: https://github.com/kfsoftware/hlf-helm-charts

The chart in the official repository(this one) needs to be copied from the hlf-helm-charts repository

adityajoshi12 commented 1 year ago

I can see there is aleady one PR for this change on https://github.com/kfsoftware/hlf-helm-charts, we can use the same thing here as well, once that is merged.