Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed Aug 8, 2024
1 parent 0595889 commit 8c7792e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ data:
"ca.crt": "{{.KafkaCACert}}"
"client.crt": "{{.KafkaClientCert}}"
"client.key": "{{.KafkaClientKey}}"
# "bootstrap_server": "{{.KafkaBootstrapServer}}"
# "type": "{{.TransportType}}"
# "status_topic": "{{.KafkaStatusTopic}}"
# "spec_topic": "{{.KafkaSpecTopic}}"
# "client_secret": "{{.KafkaClientCertSecret}}"
"bootstrap_server": "{{.KafkaBootstrapServer}}"
"type": "{{.TransportType}}"
"status_topic": "{{.KafkaStatusTopic}}"
"spec_topic": "{{.KafkaSpecTopic}}"
"client_secret": "{{.KafkaClientCertSecret}}"
{{- end -}}

0 comments on commit 8c7792e

Please sign in to comment.