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.
1 parent 5f222bb commit b485e0cCopy full SHA for b485e0c
docker/mongodb-kubernetes-tests/kubetester/helm.py
@@ -211,7 +211,8 @@ def helm_upgrade(
211
chart_dir = helm_chart_path if helm_override_path else _helm_chart_dir(helm_chart_path)
212
213
if apply_crds_first:
214
- apply_crds_from_chart(chart_dir)
+ local_helm_chart_dir = "helm_chart"
215
+ apply_crds_from_chart(local_helm_chart_dir)
216
217
command_args = _create_helm_args(helm_args, helm_options)
218
args = [
0 commit comments