Skip to content

Commit

Permalink
Adds persistent volume claim name example in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Apr 7, 2016
1 parent 97af646 commit 6384258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/job_conf_k8s.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
<plugin id="k8s" type="runner" load="galaxy.jobs.runners.kubernetes:kubernetes">
<param id="k8s_config_path">/path/to/kubeconfig</param>
<param id="k8s_persistent_volume_claim_name">galaxy_pvc</param>
</plugin>
</plugins>
<handlers>
Expand Down

0 comments on commit 6384258

Please sign in to comment.