Skip to content

Commit

Permalink
Chart: Update values.schema.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Feb 29, 2024
1 parent a62e5be commit a4201ed
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions helm/cluster-api/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
}
}
},
"domain": {
"type": "string"
},
"tag": {
"type": "string"
}
Expand All @@ -67,6 +64,14 @@
}
}
},
"registry": {
"type": "object",
"properties": {
"domain": {
"type": "string"
}
}
},
"watchFilter": {
"type": "string"
}
Expand Down

0 comments on commit a4201ed

Please sign in to comment.