Skip to content

Commit

Permalink
Remove efs from displayed mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
MauAraujo committed May 22, 2024
1 parent 82b62cd commit e169ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const Settings: React.FC = () => {
<Text color="helper">
If enabled, Porter will mount a shared storage drive in your
cluster, accessible by all services of this app. This drive is
accessible at /data/efs/{porterApp.name}
accessible at /data/{porterApp.name}
</Text>
<Spacer y={0.5} />
<Controller
Expand Down

0 comments on commit e169ee7

Please sign in to comment.