UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cf0c5cf5 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'docs-formatting-fixes' into 'master'

replace broken codespan markdown

See merge request !5376
parents ab059d49 4f6c7a47
No related branches found
No related tags found
1 merge request!5376replace broken codespan markdown
Pipeline #3724046 passed
......@@ -10,10 +10,10 @@ Configuration of Big Bang is achieved by overriding default values set in the pa
graph TD
pkg[Package values]
-->bb[Big Bang values]
-->base-s[`base/secrets.enc.yaml` values]
-->base-c[`base/configmap.yaml` values]
-->env-s[`<env>/secrets.enc.yaml` values]
-->env-c[`<env>/configmap.yaml` values]
-->base-s[*base/secrets.enc.yaml* values]
-->base-c[*base/configmap.yaml* values]
-->env-s[*<env>/secrets.enc.yaml* values]
-->env-c[*<env>/configmap.yaml* values]
```
In all four cases, Big Bang reads a single key named `values.yaml` that contains the data to override. See the [Big Bang environment template](https://repo1.dso.mil/big-bang/customers/template) for examples on how to use these files to override values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment