Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Aug 25, 2021
1 parent a83660a commit 205b789
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/gsm-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ resources:
cpu: 80m
memory: 128Mi

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

# values we use from the `jx-requirements.yml` file if we are using helmfile and helm 3
jxRequirements:
ingress:
Expand All @@ -43,4 +47,4 @@ deployment:

cron:
enabled: true
schedule: "*/5 * * * *"
schedule: "*/5 * * * *"

0 comments on commit 205b789

Please sign in to comment.