Skip to content

Commit

Permalink
Require extraCredentials in schema
Browse files Browse the repository at this point in the history
If we don't require this, it could get unset, and if it becomes unset we
would error with a harder to understand error message than if we would
require this via the schema.
  • Loading branch information
consideRatio committed Jul 12, 2024
1 parent baac3d7 commit 470611b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binderhub-service/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ required:
- buildPodsRegistryCredentials
# Deployment resource
- image
- extraCredentials
# Other resources
- rbac
- serviceAccount
Expand Down

0 comments on commit 470611b

Please sign in to comment.