Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
Signed-off-by: kouki <kouworld0123@gmail.com>
  • Loading branch information
kmdkuk committed Oct 24, 2023
1 parent 84c694f commit e9dfe54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions e2e/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ spec:
secret:
secretName: minio-cert
items:
- key: ca.crt
- key: tls.crt
path: public.crt
- key: tls.key
path: private.key
- key: ca.crt
path: CAs/public.crt
1 change: 0 additions & 1 deletion e2e/testdata/makebucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec:
- --access_key=minioadmin
- --secret_key=minioadmin
- --ssl
- --no-check-certificate
- --ca-certs=/minio-cert/ca.crt
- mb
- s3://moco
Expand Down

0 comments on commit e9dfe54

Please sign in to comment.