File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
chart/templates/public-events-api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2121 PUBSUB_PROJECT_ID : {{ .Values.cartoConfigValues.selfHostedGcpProjectId | quote }}
2222 PUBSUB_CUSTOM_DOMAIN : {{ .Values.cartoConfigValues.pubsubDomain | quote }}
2323 PUBSUB_USE_REST_API : {{ .Values.cartoConfigValues.usePubSubRestApi | quote }}
24- PUBLIC_EVENTS_PUBSUB_TOPIC : " projects/{{ .Values.cartoConfigValues.cartoAccGcpProjectId }}/topics/{{ .Values.cartoConfigValues.cartoAccGcpProjectRegion }}-event-bus "
24+ PUBLIC_EVENTS_PUBSUB_TOPIC : " projects/{{ .Values.cartoConfigValues.selfHostedGcpProjectId }}/topics/public-events "
2525 {{- if .Values.externalProxy.enabled }}
2626 HTTP_PROXY : {{ include "carto.proxy.computedConnectionString" . | quote }}
2727 http_proxy : {{ include "carto.proxy.computedConnectionString" . | quote }}
You can’t perform that action at this time.
0 commit comments