Skip to content

Commit

Permalink
US-560350 Expose stream provider, service pattern parameters (pegasys…
Browse files Browse the repository at this point in the history
…tems#640)

* US-560350 Expose KafkaService related settings

* US-560350 Set stream validate parameter

---------

Co-authored-by: arugm <[email protected]>
  • Loading branch information
MadhuriArugula and arugm authored Oct 4, 2023
1 parent e11a320 commit 8298729
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/pega/templates/pega-environment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ data:
{{ if .Values.stream.enabled }}
# Whether to enable connecting to an external stream cluster. "true" for enabled, "false for disabled"
EXTERNAL_STREAM: "true"
{{- if .Values.stream.provider }}
SERVICES_STREAM_PROVIDER: "{{ .Values.stream.provider }}"
{{- end }}
{{- if .Values.stream.clusterName }}
KAFKA_CLUSTER_NAME: "{{ .Values.stream.clusterName }}"
{{- end }}
{{- if .Values.stream.validate }}
SERVICES_STREAM_VALIDATE: "{{ .Values.stream.validate }}"
{{- end }}
# Provided bootstrap server
STREAM_BOOTSTRAP_SERVERS: "{{ .Values.stream.bootstrapServer }}"
STREAM_SECURITY_PROTOCOL: "{{ .Values.stream.securityProtocol }}"
Expand Down

0 comments on commit 8298729

Please sign in to comment.