Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Longo <[email protected]>
  • Loading branch information
ravindk89 and feorlen authored Nov 10, 2023
1 parent 050fc91 commit 79992dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ console:
###
# Specify ``false`` to disable the Operator Console.
#
# All management of Operator Tenants must occur via the Kubernetes API if the Console is disabled.
# If the Operator Console is disabled, all management of Operator Tenants must be done through the Kubernetes API.
enabled: true
###
# Specify the Operator Console container image to use for the deployment.
Expand Down
8 changes: 4 additions & 4 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ tenant:
# Configures external certificate settings for the Tenant.
certificate:
###
# Specify an array of Kuberentes TLS secrets, where each entry corresponds to a secret the TLS private key and public certificate pair.
# Specify an array of Kubernetes TLS secrets, where each entry corresponds to a secret the TLS private key and public certificate pair.
#
# This is used by MinIO to verify TLS connections from clients using those CAs
# If you omit this and have clients using TLS certificates minted by an external CA, those connections may fail with warnings around certificate verification.
# See `Operator CRD: TenantSpec <https://min.io/docs/minio/kubernetes/upstream/reference/operator-crd.html#tenantspec>`__.
externalCaCertSecret: [ ]
###
# Specify an array of Kuberentes secrets, where each entry corresponds to a secret contains the TLS private key and public certificate pair.
# Specify an array of Kubernetes secrets, where each entry corresponds to a secret contains the TLS private key and public certificate pair.
#
# Omit this to use only the MinIO Operator autogenerated certificates.
#
Expand Down Expand Up @@ -329,7 +329,7 @@ tenant:
# Refer https://github.com/minio/kes
#kes:
# ## Image field:
# # Image from tag (original behaviour), for example:
# # Image from tag (original behavior), for example:
# # image:
# # repository: quay.io/minio/kes
# # tag: 2023-10-03T00-48-37Z
Expand Down Expand Up @@ -369,7 +369,7 @@ tenant:
# error: on
# audit: off
# keys:
# # KES configured with fs (File System mode) doesnt work in Kubernetes environments and it's not recommended
# # KES configured with fs (File System mode) doesn't work in Kubernetes environments and is not recommended
# # use a real KMS
# # fs:
# # path: "./keys" # Path to directory. Keys will be stored as files. Not Recommended for Production.
Expand Down

0 comments on commit 79992dd

Please sign in to comment.