Skip to content

Commit

Permalink
keystore password must be optional. Fixes #131
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Aug 13, 2024
1 parent 7db9abb commit 093d827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"minLength": 1
}
},
"required": ["alias","path","password"]
"required": ["alias","path"]

}
}
Expand Down
2 changes: 1 addition & 1 deletion values.schema.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"minLength": 1
}
},
"required": ["alias","path","password"]
"required": ["alias","path"]

}
}
Expand Down

0 comments on commit 093d827

Please sign in to comment.