Skip to content

Commit

Permalink
Remove broken validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Dec 12, 2024
1 parent 5cc5556 commit 5285d35
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions charts/bindplane/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@
}
},
"additionalProperties": true
},
"postgres-sslSource": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["secret", "manual"],
"description": "The type of source for the Postgres SSL certificate. Must be one of 'secret' or 'manual'."
}
},
"additionalProperties": true
}
},
"required": ["nats", "eventbus", "auth"],
Expand Down

0 comments on commit 5285d35

Please sign in to comment.