Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Jan 28, 2021
1 parent 2c10b28 commit e5e3134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following depiction illustrates a high-level view of an example endpoint nam

### Example patch operations
```go
[]PatchOperation{
po := []PatchOperation{
// add initContainer
{
Op: "add",
Expand All @@ -47,7 +47,7 @@ The following depiction illustrates a high-level view of an example endpoint nam
Path: "/spec/containers/0/env/-",
Value: corev1.EnvVar{
Name: "ADDED_VAR",
Value: "somthing important",
Value: "something important",
},
},
}
Expand Down

0 comments on commit e5e3134

Please sign in to comment.