This repo exists to provide examples to build off of, when deploying your own applicaton on OLCF's Slate Platform.
The charts/ directory is where you will find various example application deployments, via helm charts, and their metadata.
## Getting Started
### Prerequisites
NOTE: These examples will be done on Slate's Marble Cluster. Marble resides in OLCF's Moderate enclave, a peripheral system to Summit.
- You have a Slate project allocatiom
- You have the OC tool isntalled
- You can log into Slate's Marble cluster via the OC CLI
- You have helm3 installed
Please refer to the Slate user documentation (link coming soon) if you have any questions.
### Helm Chart directory/file structure
A [Chart](https://helm.sh/docs/topics/charts/) is organized as a collection of files inside a directory. The directory name is the name of the chart. You can see all of the example application charts in this repositories charts/ directory.
Here is the overall structure, of simple chart, using minio-standalone as an example: