Skip to content
Snippets Groups Projects
Unverified Commit d1a3b914 authored by priyawadhwa's avatar priyawadhwa Committed by GitHub
Browse files

Read KMS val from configmap for k8s deployment (#278)

parent b2a88338
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,14 @@ spec:
"--redis_server.port=6379",
"--trillian_log_server.tlog_id=3904496407287907110",
"--log_type=prod",
"--rekor_server.signer=$(KMS)",
]
env:
- name: KMS
valueFrom:
configMapKeyRef:
name: rekor-config
key: kms
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