Skip to content

Commit

Permalink
feat: update provider-minio to use http
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Sep 7, 2024
1 parent e881e89 commit b297037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/crossplane/minio/templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
name: minio-configuration
namespace: minio-tenant-0
source: InjectedIdentity
minioURL: https://minio.minio-tenant-0.svc.cluster.local
minioURL: http://minio.minio-tenant-0.svc.cluster.local

---
apiVersion: minio.crossplane.io/v1
Expand Down

0 comments on commit b297037

Please sign in to comment.