Skip to content

Commit

Permalink
Merge pull request #25 from truenas/stavros-k-patch-1
Browse files Browse the repository at this point in the history
fix typo in schema
  • Loading branch information
stavros-k authored Jun 26, 2024
2 parents db7d1b2 + a5735d3 commit 734c1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps_validation/json_schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'description': {'type': 'string'},
'host_path': {'type': 'string'},
},
'required': ['description', 'hostPath'],
'required': ['description', 'host_path'],
},
},
},
Expand Down

0 comments on commit 734c1e0

Please sign in to comment.