Skip to content

Commit

Permalink
fix: try another minio url
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Sep 7, 2024
1 parent 9455cf1 commit a8e082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/crossplane/providers/templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: minio-configuration
namespace: minio-tenant-0
source: InjectedIdentity
minioURL: http://minio.minio-tenant-0.svc.cluster.local:9000
minioURL: https://minio.minio-tenant-0.svc.cluster.local

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

0 comments on commit a8e082e

Please sign in to comment.