We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b727c85 + 1bef6f5 commit 8240642Copy full SHA for 8240642
misc/python/materialize/cloudtest/k8s/minio.py
@@ -10,9 +10,7 @@
10
from materialize.cloudtest import DEFAULT_K8S_NAMESPACE
11
from materialize.cloudtest.k8s.api.k8s_resource import K8sResource
12
13
-MINIO_YAML_DIRECTORY_URL = (
14
- "https://raw.githubusercontent.com/kubernetes/examples/master/staging/storage/minio"
15
-)
+MINIO_YAML_DIRECTORY_URL = "https://raw.githubusercontent.com/kubernetes/examples/1b8cbf894ead6b25e9e870af6ae04f49dfdedfc9/staging/storage/minio"
16
17
18
class Minio(K8sResource):
0 commit comments