Use insecure: true in the meantime so the wss/watch endpoint works while we add support for custotm TLS transport in the S3 client library. Removed "InsecureSkipVerify: true" from s3AdminClient and s3Client HTTP clients
12 lines
337 B
YAML
12 lines
337 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# beginning of customizations
|
|
resources:
|
|
- console-service-account.yaml
|
|
- console-cluster-role.yaml
|
|
- console-cluster-role-binding.yaml
|
|
- console-configmap.yaml
|
|
- console-service.yaml
|
|
- console-deployment.yaml
|
|
- https://github.com/minio/operator/?ref=v3.0.29
|