Skip to content

Commit

Permalink
Merge pull request #39 from GeorgianaElena/enable-flag
Browse files Browse the repository at this point in the history
Add an "enable" flag to schema to use when conditionally installing it
  • Loading branch information
consideRatio authored Jun 27, 2023
2 parents b9a3e90 + d2036ff commit cd9b0b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions binderhub-service/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ required:
- service
- ingress
properties:
# Flag to conditionally install the chart
# ---------------------------------------------------------------------------
#
enabled:
type: boolean
description: |
Configuration flag for charts depending on binderhub-service to toggle installing it.
# General configuration
# ---------------------------------------------------------------------------
#
Expand Down

0 comments on commit cd9b0b8

Please sign in to comment.