Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng authored and cheng committed Jul 11, 2024
1 parent f23b51c commit 857d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ current default values can be found in `values.yaml` file.
| `jobs.rules` | Galaxy dynamic job rules. See <a href="galaxy/values.yaml">`values.yaml`</a> |
| `jobs.priorityClass.existingClass` | Use an existing [priorityClass](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass) to assign if `jobs.priorityClass.enabled=true` |
| `refdata.enabled` | Whether or not to mount cloud-hosted Galaxy reference data and tools. |
| `refdata.type` | `s3fs` or `cvmfs`, determines the CSI to use for mounting reference data. `s3fs` is the default and recommended for the time being. |
| `refdata.type` | `s3csi` or `cvmfs`, determines the CSI to use for mounting reference data. `s3csi` is the default and recommended for the time being. |
| `s3csi.deploy` | Deploy the CSI-S3 Helm Chart. This is an optional dependency, and for production scenarios it should be deployed separately as a cluster-wide resource. |
| `cvmfs.deploy` | Deploy the Galaxy-CVMFS-CSI Helm Chart. This is an optional dependency, and for production scenarios it should be deployed separately as a cluster-wide resource |
| `cvmfs.enabled` | Enable use of CVMFS in configs, and deployment of CVMFS Persistent Volume Claims for Galaxy |
Expand Down

0 comments on commit 857d081

Please sign in to comment.