Skip to content

Configuration

How to configure Hydra's own behavior and environment.

Contents

File Description
HYDRA_CONTEXT Select the active Hydra context directory
config.yaml Optional per-user kubeconfig mapping (XDG)
Kubernetes Context kubectl context requirements for hydra gitops
Cluster Overrides Optional hydra.yaml for manual live-resource assignment per cluster
CLI Flags Global flags on all commands
.hydra-ci.yaml CI pipeline configuration for hydra ci

Quick Start

# Set the Hydra context once per shell
export HYDRA_CONTEXT=/path/to/hydra/context

# Or pass it per command
hydra --hydra-context /path/to/hydra/context local template 'prod.**'

See Also