UNCLASSIFIED - NO CUI

Skip to content

Transition all BB values to Secret objects parsed by `HelmRelease`

Long overdue, and solves two things:

  • any value BB "hardcodes" becomes overridable by customer by layering valuesFroms
  • everything is stored as a secret, leaving no room for leaking creds

Implementation:

  • BB should create 1 secret per HelmRelease

This also addresses #221 (closed)

Edited by joshwolf