We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d338ae4 commit 68aa47aCopy full SHA for 68aa47a
1 file changed
values-secret.yaml.template
@@ -71,16 +71,14 @@ secrets:
71
# path: ~/.coco-pattern/cosign-key-0.pub
72
73
74
- # Cosign public keys for image signature verification
75
- # Required when using the "signed" policy above.
76
- # Add your cosign public key files here.
77
- # Generate a cosign key pair: cosign generate-key-pair
78
- #- name: pcrStash
79
- # vaultPrefixes:
80
- # - hub
81
- # fields:
82
- # - name: json
83
- # path: ~/.coco-pattern/measurements.json
+ # PCR measurements for attestation.
+ # Required: run ./scripts/get-pcr.sh before deploying.
+ - name: pcrStash
+ vaultPrefixes:
+ - hub
+ fields:
+ - name: json
+ path: ~/.coco-pattern/measurements.json
84
85
86
- name: attestationStatus
0 commit comments