Skip to content

Commit

Permalink
Use array for target labels (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z authored Oct 21, 2022
1 parent 3b2865d commit ee0a2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/starboard-exporter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "boolean"
},
"targetLabels": {
"type": ["null", "object"]
"type": ["null", "array"]
}
}
},
Expand All @@ -34,7 +34,7 @@
"type": "boolean"
},
"targetLabels": {
"type": ["null", "object"]
"type": ["null", "array"]
}
}
}
Expand Down

0 comments on commit ee0a2e3

Please sign in to comment.