Resolve "Transition all BB values to Secret objects parsed by `HelmRelease`"
Merged
requested to merge 223-transition-all-bb-values-to-secret-objects-parsed-by-helmrelease into master
- Mar 17, 2021
-
-
Josh Wolf authored
-
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.49
Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Summary
HelmRelease
values and replaces with {{ .Release.Name }}-<package>-values
secret loaded via valuesFrom
values
passthroughs so they get overridden by any customer defined valuesvalues-secret
overlays
keycommon
values that are set in the values-secret
named template that all charts can use (currently empty)haproxy-sso
helmrelease into it's own file (instead of with the authservice
namespace.yaml
).Values.istiooperator.enabled
(instead of .Values.istio.enabled
)Closes #223 (closed)
UNCLASSIFIED - NO CUI