UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6460780a authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'add-terraform-optional-secret' into 'master'

Add optional terraform secret

This adds a single optional valuesFrom secret to enable deployment via the [Big Bang Terraform Launcher](https://repo1.dso.mil/platform-one/big-bang/terraform-modules/big-bang-terraform-launcher).

A working demo can be found here:  https://repo1.dso.mil/platform-one/quick-start/big-bang


/cc @runyontr @joshwolf


Add Big Bang Terraform Module secret injection

See merge request platform-one/big-bang/bigbang!383
parents ddbe7ef2 563bdd3b
No related branches found
No related tags found
1 merge request!383Add optional terraform secret
......@@ -26,6 +26,10 @@ spec:
timeout: 10m
cleanupOnFail: false
valuesFrom:
# Optional secret injected with https://repo1.dso.mil/platform-one/big-bang/terraform-modules/big-bang-terraform-launcher
- kind: Secret
name: terraform
optional: true
- kind: Secret
name: common-bb
- kind: ConfigMap
......
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