Installed {{ $.Chart.Name }} (release name: {{ $.Release.Name }}{{ with $.Values.namespace }}, namespace: {{ . }}{{ end }}).

Accessing Elasticsearch {{ $.Values.elasticsearch.host }}:{{ $.Values.elasticsearch.port }} (authenticating with user {{ $.Values.elasticsearch.username }}).

Started cron jobs:
{{- if $.Values.sourcesBuild.enabled }}
- Build sources:
  Scheduled at {{ $.Values.sourcesBuild.schedule }}.
  Running {{ $.Values.sourcesBuild.completions }}x (parallelism: {{ $.Values.sourcesBuild.parallelism }}, backoff limit: {{ $.Values.sourcesBuild.backoffLimit }}).
{{- end }}
{{- if $.Values.capturesFetch.enabled }}
- Fetch captures:
  Scheduled at {{ $.Values.capturesFetch.schedule }}.
  Running {{ $.Values.capturesFetch.completions }}x (parallelism: {{ $.Values.capturesFetch.parallelism }}, backoff limit: {{ $.Values.capturesFetch.backoffLimit }}).
{{- end }}

One-off jobs:
{{- if $.Values.capturesImportAql22.enabled }}
- Import captures from AQL-22:
  Running {{ $.Values.capturesImportAql22.completions }}x (search providers: {{ $.Values.capturesImportAql22.completions }}, parallelism: {{ $.Values.capturesImportAql22.parallelism }}, backoff limit: {{ $.Values.capturesImportAql22.backoffLimit }}).
{{- end }}

Serving monitoring web interface at {{ if $.Values.monitoring.forceSslRedirect }}https{{ else }}http{{ end }}://{{ $.Values.monitoring.host }}{{ $.Values.monitoring.path }}.
