Skip to content
Snippets Groups Projects
Commit 2f059c81 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

ci: rest mode fix

parent 6cbee3e6
No related branches found
No related tags found
1 merge request!51ci: rest mode fix
Pipeline #67647 canceled with stages
in 1 minute and 11 seconds
......@@ -67,7 +67,7 @@ spec:
value: {{ .Values.ocm.agent.maxMessage | quote }}
- name: AGENT_RETE_LIMIT
value: {{ .Values.ocm.agent.rateLimit | quote }}
- name: ALLOWED_ORIGIN
- name: ALLOWED_ORIGINS
value: {{ .Values.ocm.agent.allowedOrigin | quote }}
{{- else if eq .Release.Namespace "ocm-test" }}
- name: LEDGERS
......@@ -100,8 +100,8 @@ spec:
value: {{ .Values.ocmtest.agent.maxMessage | quote }}
- name: AGENT_RETE_LIMIT
value: {{ .Values.ocmtest.agent.rateLimit | quote }}
- name: ALLOWED_ORIGIN
value: {{ .Values.ocm.agent.allowedOrigin | quote }}
- name: ALLOWED_ORIGINS
value: {{ .Values.ocmtest.agent.allowedOrigin | quote }}
{{- else if eq .Release.Namespace "hin" }}
- name: LEDGERS
value: {{ .Values.hin.agent.ledgers | quote }}
......@@ -139,8 +139,8 @@ spec:
value: {{ .Values.hin.agent.max.messages | quote }}
- name: AGENT_RETE_LIMIT
value: {{ .Values.hin.agent.rete.limit | quote }}
- name: ALLOWED_ORIGIN
value: {{ .Values.ocm.agent.allowedOrigin | quote }}
- name: ALLOWED_ORIGINS
value: {{ .Values.hin.agent.allowedOrigin | quote }}
{{- end }}
{{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }}
......
......@@ -80,7 +80,7 @@ ocm:
isRest: true
maxMessage: 10
rateLimit: 5
domainsOrigin: "*"
allowedOrigin: "*"
# nats:
# server: "nats.ocm:4222"
......
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