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

Fix typo in kubernetes yaml for attestation storage. (#329)


Signed-off-by: default avatarDan Lorenc <dlorenc@google.com>
parent d1f1c7fe
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ spec:
"--log_type=prod",
"--rekor_server.signer=$(KMS)",
"--enable_attestation_storage=$(ENABLE_ATTESTATION_STORAGE)",
"attestation_storage_bucket=$(ATTESTATION_BUCKET)"
"--attestation_storage_bucket=$(ATTESTATION_BUCKET)"
]
env:
- name: KMS
......
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