Skip to content

Commit

Permalink
N21-1968 fixes missing secrets (#4995)
Browse files Browse the repository at this point in the history
removes required of schulconnex props
  • Loading branch information
arnegns authored and wolfganggreschus committed May 13, 2024
1 parent 823de07 commit f5a36a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ spec:
- amqp-files
topologyKey: "topology.kubernetes.io/zone"
{% endif %}


6 changes: 0 additions & 6 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1605,12 +1605,6 @@
"SCHULCONNEX_CLIENT": {
"type": "object",
"description": "Configuration of the schulcloud's schulconnex client.",
"required": [
"API_URL",
"TOKEN_ENDPOINT",
"CLIENT_ID",
"CLIENT_SECRET"
],
"properties": {
"API_URL": {
"type": "string",
Expand Down

0 comments on commit f5a36a0

Please sign in to comment.