Skip to content

Commit

Permalink
fix: add optional releaseCRD flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Mar 26, 2021
1 parent 72b661b commit 2f2efdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ image:

# optional list of image pull secrets to use to pull images
jx:
# optional image pull secrets
imagePullSecrets: []

# whether to create a Release CRD when installing charts with Release CRDs included
releaseCRD: true

# define environment variables here as a map of key: value
env:

Expand Down

0 comments on commit 2f2efdf

Please sign in to comment.