Skip to content
Snippets Groups Projects
Unverified Commit 85787fd4 authored by dlorenc's avatar dlorenc Committed by GitHub
Browse files

Add attestation storage to the config. (#327)


Signed-off-by: default avatarDan Lorenc <dlorenc@google.com>
parent f3ce796e
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ spec:
"--trillian_log_server.tlog_id=3904496407287907110",
"--log_type=prod",
"--rekor_server.signer=$(KMS)",
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
"attestation_storage_bucket=$(ATTESTATION_BUCKET)"
]
env:
- name: KMS
......@@ -56,6 +58,16 @@ spec:
configMapKeyRef:
name: rekor-config
key: kms
- name: ENABLE_ATTESTATION_STORAGE
valueFrom:
configMapKeyRef:
name: rekor-config
key: enable_attestation_storage
- name: ATTESTATION_BUCKET
valueFrom:
configMapKeyRef:
name: rekor-config
key: attestation_bucket
resources:
requests:
memory: "1G"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment