Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/countly-mongodb/templates/mongodbcommunity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ spec:
resources:
requests:
storage: {{ .Values.mongodb.persistence.size }}
{{- if .Values.mongodb.additionalMongodConfig }}
additionalMongodConfig:
{{- toYaml .Values.mongodb.additionalMongodConfig | nindent 4 }}
Comment on lines +110 to +112
Copy link

Copilot AI Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This introduces a new values key (mongodb.additionalMongodConfig) but the chart’s values.yaml / README don’t document it, and values.schema.json doesn’t constrain its type. Please add this option to values.yaml (with an empty map default) and document it in the README; consider adding a schema entry as an object to give users validation/autocomplete.

Copilot uses AI. Check for mistakes.
{{- end }}
Loading