Skip to content

Commit

Permalink
Update web values for resource type check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Caprowni committed May 27, 2022
1 parent 4dfdc30 commit 9d74cff
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 @@ -387,6 +387,10 @@ spec:
{{- if .Values.concourse.web.resourceWithWebhookCheckingInterval }}
- name: CONCOURSE_RESOURCE_WITH_WEBHOOK_CHECKING_INTERVAL
value: {{ .Values.concourse.web.resourceWithWebhookCheckingInterval | quote }}
{{- end }}
{{- if .Values.concourse.web.resourceTypeCheckingInterval }}
- name: CONCOURSE_RESOURCE_TYPE_CHECKING_INTERVAL
value: {{ .Values.concourse.web.resourceTypeCheckingInterval | quote }}
{{- end }}
{{- if .Values.concourse.web.baseResourceTypeDefaults }}
- name: CONCOURSE_BASE_RESOURCE_TYPE_DEFAULTS
Expand Down
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ concourse:
##
resourceWithWebhookCheckingInterval: 1m

## Interval on which to check for new versions of any resource types
##
resourceTypeCheckingInterval: 1m

## Configuration file for specifying defaults for base resource types
## Ref: https://concourse-ci.org/concourse-web.html#resource-defaults
## Example:
Expand Down

0 comments on commit 9d74cff

Please sign in to comment.