Skip to content

Commit

Permalink
Update examples/record-contract/record-contract.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Dec 29, 2021
1 parent 644fc7f commit c0c2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/record-contract/record-contract.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let metadata_ = {
replicas = 3,
selector = {
app.name = name_,
match_labels.app = name_,
matchLabels.app = name_,
},
template = {
metadata = metadata_,
Expand Down

0 comments on commit c0c2fda

Please sign in to comment.