File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 {{`{{- $debugRawHash := fromConfigMap "imperative" "debug-initdata" "RAW_HASH" -}}`}}
2626 {{`{{- $rawHashPadded := printf "%s00000000000000000000000000000000" $rawHash -}}`}}
2727 {{`{{- $debugRawHashPadded := printf "%s00000000000000000000000000000000" $debugRawHash -}}`}}
28- {{`{{- $referenceValues := list (dict "name" "init_data" "expiration" "2027-12-12T00:00:00Z" "value" (list $pcr8Hash $debugPcr8Hash $rawHashPadded $debugRawHashPadded)) -}}`}}
28+ {{`{{- $referenceValues := list (dict "name" "init_data" "expiration" "2027-12-12T00:00:00Z" "value" (list $pcr8Hash $debugPcr8Hash $rawHash $debugRawHash $ rawHashPadded $debugRawHashPadded)) -}}`}}
2929 {{`{{- $pcrStash := (lookup "v1" "Secret" "trustee-operator-system" "pcr-stash") -}}`}}
3030 {{`{{- if $pcrStash -}}`}}
3131 {{`{{- $secretData := $pcrStash.data.json | base64dec | fromJson -}}`}}
You can’t perform that action at this time.
0 commit comments