Skip to content

Commit

Permalink
apply to sn-platform
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Jun 1, 2024
1 parent 698ea35 commit 6fb80cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ broker:
functionEnabled: true
sourceEnabled: true
sinkEnabled: true
builtinConnectorRepository: {}
builtinConnectorRepository:
customWorkerConfig:
runnerImages:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ metadata:
{{- include "pulsar.standardLabels" . | nindent 4 }}
component: {{ .Values.vault.component }}
data:
{{- if .Values.broker.functionmesh.builtinConnectorRepository }}
{{ (.Files.Glob "conf/broker/connectors.yaml").AsConfig | replace "streamnative" .Values.broker.functionmesh.builtinConnectorRepository | indent 2 }}
{{- else }}
{{ (.Files.Glob "conf/broker/connectors.yaml").AsConfig | indent 2 }}

{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ broker:
functionEnabled: true
sourceEnabled: true
sinkEnabled: true
builtinConnectorRepository:
customWorkerConfig:
runnerImages:
labels:
Expand Down

0 comments on commit 6fb80cc

Please sign in to comment.