Open vdice opened 8 years ago
Once we are signing our staging helm charts (workflow-dev, builder-dev, etc.), we should add a correlating verification step to the chart install in the downstream e2e job(s) along the lines of:
workflow-dev
builder-dev
... gpg --keyserver <keyserver (probably pgp.mit.edu)> --recv-keys <KEY_ID> helm install --verify "${CHART_REPO:-${CHART}}"/"${CHART}" ...
This issue was moved to teamhephy/jenkins-jobs#10
Once we are signing our staging helm charts (
workflow-dev
,builder-dev
, etc.), we should add a correlating verification step to the chart install in the downstream e2e job(s) along the lines of: