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

Commit

Permalink
fix: function controller config spec template (#1151)
Browse files Browse the repository at this point in the history
The changes herein address the issue raised in #1148

Co-authored-by: Jonathan Whitaker <jonwhitaker@workfront.com>
  • Loading branch information
jon-whit and Jonathan Whitaker authored Jul 20, 2020
1 parent 8e8dea2 commit 7bbd2bb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/function-controller-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ data:
"spec": {
"replicas": 2,
"template": {
"annotations": {
"annotations-to-pod": "value"
},
"containers": [{
"resources": {
"requests": {
"cpu": "100m"
"spec": {
"annotations": {
"annotations-to-pod": "value"
},
"containers": [{
"resources": {
"requests": {
"cpu": "100m"
}
}
}
}]
}]
}
}
}
}
Expand Down

0 comments on commit 7bbd2bb

Please sign in to comment.