Skip to content
Open
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
6 changes: 5 additions & 1 deletion charts/drupal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,17 +702,21 @@ redis:
# mandatory value
password: ""
replica:
enableServiceLinks: false
Copy link

Copilot AI May 5, 2025

Choose a reason for hiding this comment

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

There are trailing whitespace characters on this line. It is recommended to remove extra spaces to maintain consistency.

Suggested change
enableServiceLinks: false
enableServiceLinks: false

Copilot uses AI. Check for mistakes.
# replicaCount: 1
autoscaling:
enabled: false
master:
enableServiceLinks: false
Copy link

Copilot AI May 5, 2025

Choose a reason for hiding this comment

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

There are trailing whitespace characters on this line. Removing the extra spaces can help ensure a cleaner YAML format.

Suggested change
enableServiceLinks: false
enableServiceLinks: false

Copilot uses AI. Check for mistakes.
resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
memory: 256Mi
sentinel:
enableServiceLinks: false
Copy link

Copilot AI May 5, 2025

Choose a reason for hiding this comment

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

There is trailing whitespace on this line as well. It is suggested to clean up the extra space for consistency.

Suggested change
enableServiceLinks: false
enableServiceLinks: false

Copilot uses AI. Check for mistakes.

# Mailhog service overrides
# see: https://github.com/codecentric/helm-charts/blob/master/charts/mailhog/values.yaml
Expand Down