Skip to content

Commit e1687f6

Browse files
committed
helm charts: fix typo in the crud chart README
1 parent c91f433 commit e1687f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/crud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ return {
6262
if_not_exists = true,
6363
})
6464
s:create_index('primary', {
65-
parts = { 'key' },
65+
parts = { 'id' },
6666
if_not_exists = true,
6767
})
6868
s:create_index('bucket_id', {

0 commit comments

Comments
 (0)