Skip to content

Commit

Permalink
Merge pull request #66 from slr71/main
Browse files Browse the repository at this point in the history
Reverted the changes from a PR that wasn't supposed to be merged yet.
  • Loading branch information
slr71 authored Jun 3, 2024
2 parents eb8c2cd + 8909f1d commit f135b5d
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 435 deletions.
20 changes: 7 additions & 13 deletions internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ const (
porklockConfigSecretName = "porklock-config"
porklockConfigMountPath = "/etc/porklock"

csiDriverName = "irods.csi.cyverse.org"
csiDriverStorageClassName = "irods-sc"
csiDriverInputVolumeNamePrefix = "csi-input-volume"
csiDriverInputVolumeClaimNamePrefix = "csi-input-volume-claim"
csiDriverOutputVolumeNamePrefix = "csi-output-volume"
csiDriverOutputVolumeClaimNamePrefix = "csi-output-volume-claim"
csiDriverHomeVolumeNamePrefix = "csi-home-volume"
csiDriverHomeVolumeClaimNamePrefix = "csi-home-volume-claim"
csiDriverSharedVolumeNamePrefix = "csi-shared-volume"
csiDriverSharedVolumeClaimNamePrefix = "csi-shared-volume-claim"
csiDriverDataVolumeNamePrefix = "csi-data-volume"
csiDriverDataVolumeClaimNamePrefix = "csi-data-volume-claim"
csiDriverLocalMountPath = "/data-store"
csiDriverName = "irods.csi.cyverse.org"
csiDriverStorageClassName = "irods-sc"
csiDriverDataVolumeNamePrefix = "csi-data-volume"
csiDriverDataVolumeClaimNamePrefix = "csi-data-volume-claim"
csiDriverInputVolumeMountPath = "/input"
csiDriverOutputVolumeMountPath = "/output"
csiDriverLocalMountPath = "/data-store"

// The file transfers volume serves as the working directory when IRODS CSI Driver integration is disabled.
fileTransfersVolumeName = "input-files"
Expand Down
Loading

0 comments on commit f135b5d

Please sign in to comment.