Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 7bbd2bb

Browse files
jon-whitJonathan Whitaker
and
Jonathan Whitaker
authored
fix: function controller config spec template (#1151)
The changes herein address the issue raised in #1148 Co-authored-by: Jonathan Whitaker <[email protected]>
1 parent 8e8dea2 commit 7bbd2bb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/function-controller-configuration.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ data:
2121
"spec": {
2222
"replicas": 2,
2323
"template": {
24-
"annotations": {
25-
"annotations-to-pod": "value"
26-
},
27-
"containers": [{
28-
"resources": {
29-
"requests": {
30-
"cpu": "100m"
24+
"spec": {
25+
"annotations": {
26+
"annotations-to-pod": "value"
27+
},
28+
"containers": [{
29+
"resources": {
30+
"requests": {
31+
"cpu": "100m"
32+
}
3133
}
32-
}
33-
}]
34+
}]
35+
}
3436
}
3537
}
3638
}

0 commit comments

Comments
 (0)