Skip to content

Commit d9f8414

Browse files
Merge pull request #279420 from ninpan-ms/ninpan/addon-remove
remove redundant brackets
2 parents 4c7f4fc + 3a6d20a commit d9f8414

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -832,17 +832,15 @@ The following list shows the supported add-on configurations for the add-on key
832832
"PodOverrides": {
833833
"Containers": [
834834
{
835-
{
836-
"Name": "gateway",
837-
"Lifecycle": {
838-
"PreStop": {
839-
"Exec": {
840-
"Command": [
841-
"/bin/sh",
842-
"-c",
843-
"sleep 20"
844-
]
845-
}
835+
"Name": "gateway",
836+
"Lifecycle": {
837+
"PreStop": {
838+
"Exec": {
839+
"Command": [
840+
"/bin/sh",
841+
"-c",
842+
"sleep 20"
843+
]
846844
}
847845
}
848846
}

0 commit comments

Comments
 (0)