It is assumed you have helm version 3 and the 'oc' command line tool installed locally.
You can look at the [prerequisites](https://docs.olcf.ornl.gov/services_and_applications/slate/building_your_own_application/prerequisites.html#prerequisites) for more information, from the [Slate documentation page](https://docs.olcf.ornl.gov/services_and_applications/slate/index.html).
This simple example utilizes the ["recreate" deployment strategy](https://docs.openshift.com/container-platform/4.4/applications/deployments/deployment-strategies.html#deployments-recreate-strategy_deployment-strategies).
It will mount the NCCS GPFS filesystem and NFS filesystem, running as your projects automation user.
## How To Use This Chart
First, clone this repository if you have not already:
``` git clone https://code.ornl.gov/ryu/slate_helm_examples.git && cd slate_helm_examples/charts```
After that, you can change the resource utilization, CPU and memory, in the [values.yaml](./values.yaml) file to fit your capability.
Finally, you can install the chart and launch the pod in your namespace: