Skip to content

Commit 5a72753

Browse files
committed
[SRVCOM-3354] Correct inline pass-through to +++
1 parent b198cc5 commit 5a72753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/knative-eventing-modifying-consumer-group-ids-and-topic-names.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ spec:
3434
brokers.topic.template: <template> <2>
3535
channels.topic.template: <template> <3>
3636
----
37-
<1> The template for generating the consumer group ID used by your triggers. Use a valid Go `text/template` value. Defaults to `{% raw %}"knative-trigger-{{ .Namespace }}-{{ .Name }}"{% endraw %}`.
38-
<2> The template for generating Kafka topic names used by your brokers. Use a valid Go `text/template` value. Defaults to `{% raw %}"knative-broker-{{ .Namespace }}-{{ .Name }}"{% endraw %}`.
39-
<3> The template for generating Kafka topic names used by your channels. Use a valid Go `text/template` value. Defaults to `{% raw %}"messaging-kafka.{{ .Namespace }}.{{ .Name }}"{% endraw %}`.
37+
<1> The template for generating the consumer group ID used by your triggers. Use a valid Go `text/template` value. Defaults to `+++"knative-trigger-{{ .Namespace }}-{{ .Name }}"+++`.
38+
<2> The template for generating Kafka topic names used by your brokers. Use a valid Go `text/template` value. Defaults to `+++"knative-broker-{{ .Namespace }}-{{ .Name }}"+++`.
39+
<3> The template for generating Kafka topic names used by your channels. Use a valid Go `text/template` value. Defaults to `+++"messaging-kafka.{{ .Namespace }}.{{ .Name }}"+++`.
4040
+
4141
.Example template configuration
4242
[source,yaml]

0 commit comments

Comments
 (0)