Skip to content

Commit

Permalink
OPSEXP-1574 Fixup for broken ai-transformer config (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jul 12, 2022
1 parent c933ad5 commit 2546cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
{{ $key }}: {{ $val | quote }}
{{- end }}
{{- end }}
{{- include "activemq.config" . | nindent 2 }}
{{ template "activemq.config" . }}
FILE_STORE_URL: http://{{ template "alfresco.shortname" . }}-filestore:80/alfresco/api/-default-/private/sfs/versions/1/file
AWS_ACCESS_KEY: {{ .Values.ai.aws.accessKey }}
AWS_SECRET_ACCESS_KEY: {{ .Values.ai.aws.secretAccessKey }}
Expand Down

0 comments on commit 2546cd7

Please sign in to comment.