Skip to content

Commit ceb5a8a

Browse files
committed
fix(kustomization): Update resource path to use full URL in kustomization.yaml
1 parent 03e970e commit ceb5a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/base/controllers/minio-operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Kustomization
33
namespace: minio-operator
44
resources:
55
- namespace.yaml
6-
- github.com/minio/operator?ref=v7.1.1
6+
- https://github.com/minio/operator?ref=v7.1.1

0 commit comments

Comments
 (0)