Commit 95d96901 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

update readme

parent 75d41389
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -19,3 +19,17 @@ After that, you can change the resource utilization, CPU and memory, in the [val
Finally, you can install the chart and launch the pod in your namespace:

```helm install fs-example nccs-fs-mount/```

## What Enables This To Mount The NCCS Filesystems?

The key piece, that enables this functionality, is the ```ccs.ornl.gov/fs: olcf``` annotation in the [deployment.yaml](./templates/deployment.yaml) file:

```
apiVersion: apps/v1
kind: Deployment
metadata:
  # This annotation is what enables the NCCS filesystem mount
  annotations:
    ccs.ornl.gov/fs: olcf
....
```