UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

docs/README Indentation Issue

Merged Ryan Thompson requested to merge readme-indentation-issue into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -5,8 +5,8 @@
* Big Bang is a Helm Chart that is used to deploy a DevSecOps Platform on a Kubernetes Cluster. The DevSecOps Platform is composed of application packages which are bundled as helm charts that leverage Iron Bank hardened container images.
* The Big Bang Helm Chart deploys gitrepository and helmrelease Custom Resources to a Kubernetes Cluster running the Flux GitOps Operator, these can be seen using `kubectl get gitrepository,helmrelease -n=bigbang`. Flux then installs the helm charts defined by the Custom Resources into the cluster.
* The Big Bang Helm Chart has a values.yaml file that does two main things:
1. Defines which DevSecOps Platform packages/helm charts will be deployed.
1. Defines what input parameters will be passed through to the chosen helm charts.
* Defines which DevSecOps Platform packages/helm charts will be deployed.
* Defines what input parameters will be passed through to the chosen helm charts.
* You can see what applications are part of the platform by checking the following resources:
* [packages.md](./packages.md) lists the packages and organizes them in categories.
* [Release Notes](https://repo1.dso.mil/big-bang/bigbang/-/releases) lists the packages and their versions.
Loading