Skip to content

Commit

Permalink
Add chartPath to README
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jan 8, 2024
1 parent 9b2f676 commit bbacde6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ for each chart. Below is an example `chartpress.yaml` file.
```yaml
charts:
# list of charts by name
# each name should be a directory containing a helm chart
# each name should be the name of a Helm chart
- name: binderhub
# Directory containing the chart, relative to chartpress.yaml.
# Can be omitted if the directory is the same as the chart name.
chartPath: helm-charts/binderhub

# the prefix to use for built images
imagePrefix: jupyterhub/k8s-
# tag to use when resetting the chart values
Expand Down

0 comments on commit bbacde6

Please sign in to comment.