Skip to content

Commit 8240642

Browse files
Merge pull request #32609 from alex-hunt-materialize/fix_minio_install
Lock minio install yamls to commit before they moved
2 parents b727c85 + 1bef6f5 commit 8240642

File tree

1 file changed

+1
-3
lines changed
  • misc/python/materialize/cloudtest/k8s

1 file changed

+1
-3
lines changed

misc/python/materialize/cloudtest/k8s/minio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
from materialize.cloudtest import DEFAULT_K8S_NAMESPACE
1111
from materialize.cloudtest.k8s.api.k8s_resource import K8sResource
1212

13-
MINIO_YAML_DIRECTORY_URL = (
14-
"https://raw.githubusercontent.com/kubernetes/examples/master/staging/storage/minio"
15-
)
13+
MINIO_YAML_DIRECTORY_URL = "https://raw.githubusercontent.com/kubernetes/examples/1b8cbf894ead6b25e9e870af6ae04f49dfdedfc9/staging/storage/minio"
1614

1715

1816
class Minio(K8sResource):

0 commit comments

Comments
 (0)