Skip to content

Commit

Permalink
fix: correct keycloak chart schema for additionalGateways (#745)
Browse files Browse the repository at this point in the history
## Description
Fixes Keycloak chart schema to accept an array of strings for
`additionalGatewayNamespaces`.

## Related Issue

Fixes #746

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
rjferguson21 authored Sep 10, 2024
1 parent 424570d commit 1fd8ef3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/keycloak/chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@
"additionalGatewayNamespaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"resource": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
}
"type": "string"
}
},
"autoscaling": {
Expand Down

0 comments on commit 1fd8ef3

Please sign in to comment.