Skip to content
Snippets Groups Projects
Commit a6a3af9f authored by Veselin's avatar Veselin
Browse files

Add new file

parent 56e1d85a
No related branches found
No related tags found
No related merge requests found
Pipeline #56394 passed with stage
in 8 seconds
apiVersion: v1
kind: Secret
metadata:
name: {{ template "app.name" . }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "app.labels" . | nindent 4 }}
stringData:
MEDIATOR_CONTROLLER_ADMIN_API_KEY: {{ .Values.mediator.controller.key }}
MEDIATOR_AGENT_ADMIN_API_KEY: {{ .Values.mediator.agent.key }}
MEDIATOR_AGENT_ADMIN_MODE: {{ .Values.mediator.agent.admin_mode.admin_api_key }}
POSTGRESQL_HOST: {{ .Values.mediator.postgre.host }}
POSTGRESQL_PORT: {{ .Values.mediator.postgre.port }}
ACAPY_WALLET_STORAGE_CONFIG: {{ .Values.mediator.wallet.storage.config }}
ACAPY_WALLET_STORAGE_CREDS: {{ .Values.mediator.wallet.storage.creds }}
ACAPY_WALLET_KEY: {{ .Values.mediator.wallet.key }}
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