Skip to content
Valentin Ryckaert edited this page Jul 22, 2026 · 6 revisions

Before starting

In order to deploy HEP Training, you need to have the following prerequisites installed.

  • git
  • docker
  • oc
  • kubectl
  • helm

These prerequisites are out of scope for this document, but you can find more information about them at the following links:

Chart Structure

  • templates/: Kubernetes manifests (Deployment, Service, PVC, etc.)
  • templates/config: HEP Training configuration files (.env, HEP Training.yml, secrets.yml)
  • templates/NOTES.txt: Post-install usage instructions
  • Chart.yaml: Chart metadata
  • values.yaml: Custom configuration values

How to start

There are two ways to deploy HEP Training:

  • manually
  • with the CLI tool

For both, first check the prerequisites.

Clone this wiki locally