This repository manages ArgoCD apps deployed on the nerc-ocp-infra OpenShift cluster.

Validations make your life easier

Pre-commit checks

Configure linters to run before each commit by install the pre-commit tool:

pip install pre-commit

And then enabling it for your working directory. From inside this repository, run:

pre-commit install