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

Tools

In order to deploy HEP Training, you need to have the following tools 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

First check the prerequisites.

There are two ways to deploy HEP Training:

Clone this wiki locally