Skip to content

Commit

Permalink
Update Tenant examples
Browse files Browse the repository at this point in the history
Update externalCertSecret field in tenant examples
  • Loading branch information
Alevsk committed Oct 5, 2020
1 parent b34042b commit de96b5a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
7 changes: 4 additions & 3 deletions examples/tenant-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ spec:
## Sub path inside Mount path where MinIO stores data.
# subPath: /data

## Use this field to provide a Secret with external certificates. This can be used to to configure
## TLS for MinIO Tenant pods. Create secrets as explained here:
## Use this field to provide a list of Secret with external certificates. This can be used to to configure
## TLS for MinIO Tenant pods. Create secrets as explained here:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
# externalCertSecret:
# name: tls-ssl-minio
# - name: tls-ssl-minio
# type: kubernetes.io/tls

## Enable automatic Kubernetes based certificate generation and signing as explained in
## https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster
Expand Down
10 changes: 7 additions & 3 deletions examples/tenant-pod-security-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,14 @@ spec:
## Refer https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#pod-management-policy
## for details. Defaults to "Parallel"
podManagementPolicy: Parallel
## Secret with certificates to configure TLS for MinIO certs. Create secrets as explained
## here: https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret

## Use this field to provide a list of Secret with external certificates. This can be used to to configure
## TLS for MinIO Tenant pods. Create secrets as explained here:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
# externalCertSecret:
# name: tls-ssl-minio
# - name: tls-ssl-minio
# type: kubernetes.io/tls

## Enable Kubernetes based certificate generation and signing as explained in
## https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster
requestAutoCert: false
Expand Down
5 changes: 3 additions & 2 deletions examples/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ spec:
## Sub path inside Mount path where MinIO stores data.
# subPath: /data

## Use this field to provide a Secret with external certificates. This can be used to to configure
## Use this field to provide a list of Secret with external certificates. This can be used to to configure
## TLS for MinIO Tenant pods. Create secrets as explained here:
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
# externalCertSecret:
# name: tls-ssl-minio
# - name: tls-ssl-minio
# type: kubernetes.io/tls

## Enable automatic Kubernetes based certificate generation and signing as explained in
## https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster
Expand Down

0 comments on commit de96b5a

Please sign in to comment.