Skip to content

Commit 7733b49

Browse files
committed
https://issues.redhat.com/browse/ACM-25011
1 parent d6f5604 commit 7733b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/template_functions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ spec:
167167
object-templates:
168168
- objectDefinition:
169169
...
170-
data: # <1>
170+
data: <1>
171171
app-name: sampleApp
172172
app-description: "this is a sample app"
173-
metrics-url: >- # <2>
173+
metrics-url: >- <2>
174174
http://{{ (lookup "v1" "Service" "default" "metrics").spec.clusterIP }}:8080
175175
----
176176
<1> Configuration values can be set as key-value properties.

0 commit comments

Comments
 (0)