Skip to content

Commit

Permalink
Fixes non-DNS persistent volume claim.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Apr 22, 2016
1 parent cabfd83 commit ec97296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, app, nworkers, **kwargs):

# here we need to fetch the default kubeconfig path from the plugin defined in job_conf...
self._pykube_api = HTTPClient(KubeConfig.from_file(self.runner_params["k8s_config_path"]))
self._galaxy_vol_name = "pvc_galaxy"
self._galaxy_vol_name = "pvc-galaxy"


self._init_monitor_thread()
Expand Down

0 comments on commit ec97296

Please sign in to comment.