diff --git a/README.md b/README.md index aa360f12e..6d98dd3e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Unicorn Delivery Service - Core (UDS Core) +## TESTING + ## [UDS Core Docs](https://uds.defenseunicorns.com/core/) UDS Core establishes a secure baseline for cloud-native systems and ships with compliance documentation and first-class support for airgap/egress-limited systems. Based on the work of [Platform One](https://p1.dso.mil), UDS Core expands on the security posture of [Big Bang](https://repo1.dso.mil/big-bang/bigbang) while providing advanced automation with the [UDS Operator](./src/pepr/operator/README.md) and [UDS Policy Engine](./src/pepr/policies/README.md). UDS Core is a collection of several individual applications combined into a single [Zarf](https://zarf.dev) package and we recommend using [UDS CLI](https://github.com/defenseunicorns/uds-cli?tab=readme-ov-file#install) to deploy it as a [UDS Bundle](#using-uds-core-in-production). @@ -107,4 +109,4 @@ This will create a local k3d cluster, install UDS Core, and run a series of test UDS_PKG=metrics-server uds run test-single-package ``` -Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images. +Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images. \ No newline at end of file