Skip to content
Snippets Groups Projects
Commit 12372d06 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Add environment variables for Tails server and revocation list size

parent bb34fc18
Branches
Tags
1 merge request!75feat: credential revocation
Pipeline #70379 passed
...@@ -192,6 +192,14 @@ spec: ...@@ -192,6 +192,14 @@ spec:
value: {{ .Values.ca.agent.rete.limit | quote }} value: {{ .Values.ca.agent.rete.limit | quote }}
- name: ALLOWED_ORIGINS - name: ALLOWED_ORIGINS
value: {{ .Values.ca.agent.allowedOrigin | quote }} value: {{ .Values.ca.agent.allowedOrigin | quote }}
- name: TAILS_SERVER_KEY
value: {{ .Values.ca.agent.tails.server.key | quote }}
- name: TAILS_SERVER_SECRET
value: {{ .Values.ca.agent.tails.server.secret | quote }}
- name: TAILS_SERVER_BUCKET
value: {{ .Values.ca.agent.tails.server.bucket | quote }}
- name: REVOCATION_LIST_SIZE
value: {{ .Values.ca.agent.revocationListSize | quote }}
{{- end }} {{- end }}
{{- if .Values.extraVars }} {{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }} {{ toYaml .Values.extraVars | indent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment