mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/seaweedfs] Amend README instructions for using CertManager to generate mTLS certs (#25172)
This commit is contained in:
committed by
GitHub
parent
e31f0ef376
commit
613d43c29d
@@ -97,8 +97,8 @@ Security enhancements can be enabled by setting `security.enabled` and `security
|
||||
|
||||
You can manually create the required TLS certificates for each SeaweedFS component or relying on the chart auto-generation capabilities. The chart supports two different ways to auto-generate the required certificates:
|
||||
|
||||
- Using Helm capabilities. Enable this feature by setting `security.mTLS.autoGenerated.useHelm` to `true`.
|
||||
- Relying on CertManager (please note it's required to have CertManager installed in your K8s cluster). Enable this feature by setting `security.mTLS.autoGenerated.useCertManager` to `true`.
|
||||
- Using Helm capabilities. Enable this feature by setting `security.mTLS.autoGenerated.enabled` to `true` and `security.mTLS.autoGenerated.engine` to `helm`.
|
||||
- Relying on CertManager (please note it's required to have CertManager installed in your K8s cluster). Enable this feature by setting `security.mTLS.autoGenerated.enabled` to `true` and `security.mTLS.autoGenerated.engine` to `cert-manager`. Please note it's supported to use an existing Issuer/ClusterIssuer for issuing the TLS certificates by setting the `security.mTLS.autoGenerated.certManager.existingIssuer` and `security.mTLS.autoGenerated.certManager.existingIssuerKind` parameters.
|
||||
|
||||
#### S3 Authentication
|
||||
|
||||
@@ -1091,4 +1091,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
Reference in New Issue
Block a user