larsks / nerc-ocp-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository manages Kubernetes manifests deployed on NERC managed OpenShift clusters.

The directory layout of this repository follows the standards of the Operate First project (specifically ADR-0009).

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

About


Languages

Language:Shell 69.7%Language:Makefile 30.3%