-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
Signed-off-by: Pete Wall <pete.wall@grafana.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
{{- define "feature.integrations.notes.deployments" }}{{- end }} | ||
|
||
{{/* TODO: add details about the actual integrations */}} | ||
{{- define "feature.integrations.notes.task" }} | ||
Gather data from service integrations | ||
{{- $sources := list }} | ||
{{- if .Values.alloy.instances -}}{{- $sources = append $sources "Alloy" -}}{{- end -}} | ||
{{- if (index .Values "cert-manager").instances -}}{{- $sources = append $sources "cert-manager" -}}{{- end -}} | ||
{{- if .Values.etcd.instances -}}{{- $sources = append $sources "etcd" -}}{{- end -}} | ||
{{- if .Values.mysql.instances -}}{{- $sources = append $sources "MySql" -}}{{- end -}} | ||
{{- if $sources }} | ||
Gather data from the {{ include "english_list" $sources }} {{ if eq (len $sources) 1 }}integration{{ else }}integrations{{ end }}. | ||
{{- end }} | ||
{{- end }} | ||
|
||
{{- define "feature.integrations.notes.actions" }}{{- end }} | ||
|
||
{{- define "feature.integrations.summary" -}} | ||
{{- $sources := list }} | ||
{{- if .Values.alloy.instances -}}{{- $sources = append $sources "alloy" -}}{{- end -}} | ||
{{- if (index .Values "cert-manager").instances -}}{{- $sources = append $sources "cert-manager" -}}{{- end -}} | ||
{{- if .Values.etcd.instances -}}{{- $sources = append $sources "etcd" -}}{{- end -}} | ||
{{- if .Values.mysql.instances -}}{{- $sources = append $sources "mysql" -}}{{- end -}} | ||
version: {{ .Chart.Version }} | ||
sources: {{ $sources | join "," }} | ||
{{- end }} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.