Skip to content

Commit

Permalink
add CONCOURSE_RESOURCE_TYPE_CHECKING_INTERVAL
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Silva <[email protected]>
  • Loading branch information
taylorsilva committed Oct 16, 2024
1 parent 3fa1804 commit bdf30bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,10 @@ spec:
- name: CONCOURSE_RESOURCE_CHECKING_INTERVAL
value: {{ .Values.concourse.web.resourceCheckingInterval | quote }}
{{- end }}
{{- if .Values.concourse.web.resourceTypeCheckingInterval }}
- name: CONCOURSE_RESOURCE_TYPE_CHECKING_INTERVAL
value: {{ .Values.concourse.web.resourceTypeCheckingInterval | quote }}
{{- end }}
{{- if .Values.concourse.web.resourceWithWebhookCheckingInterval }}
- name: CONCOURSE_RESOURCE_WITH_WEBHOOK_CHECKING_INTERVAL
value: {{ .Values.concourse.web.resourceWithWebhookCheckingInterval | quote }}
Expand Down
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ concourse:
##
resourceCheckingInterval: 1m

## Interval on which to check for new versions of resource types.
##
resourceCheckingInterval: 1m

This comment has been minimized.

Copy link
@analytically

analytically Oct 18, 2024

typo, should be resourceTypeCheckingInterval

This comment has been minimized.

Copy link
@taylorsilva

taylorsilva Oct 18, 2024

Author Member

Thank you!


## Interval on which to check for new versions of any resources that have
## configured a webhook token
##
Expand Down

0 comments on commit bdf30bb

Please sign in to comment.