Skip to content

Commit

Permalink
Added existing pull secrets changes from PR jupyterhub#1426 to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sgloutnikov committed Oct 29, 2019
1 parent d18d672 commit 3e239b4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jupyterhub/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ properties:
v1.11.1
zhy270a
```
pullSecrets:
type: list
description: |
Use an existing kubernetes secret to pull the custom image.
```yaml
# example existing pull secret.
singleuser:
image:
pullSecrets:
- gcr-pull
```
db:
type: object
properties:
Expand Down Expand Up @@ -786,6 +798,18 @@ properties:
See the [Kubernetes docs](https://kubernetes.io/docs/concepts/containers/images/#updating-images)
for more info.
pullSecrets:
type: list
description: |
Use an existing kubernetes secret to pull the custom image.
```yaml
# example existing pull secret
singleuser:
image:
pullSecrets:
- gcr-pull
```
profileList:
type: list
description: |
Expand Down

0 comments on commit 3e239b4

Please sign in to comment.