Skip to content

Add warning for default chart install behaviour

Ben Ridley requested to merge warn-on-default-vlaues into master

What does this MR do and why?

Currently when you install the GitLab Agent helm chart it will, by default, create a service account with the cluster-admin role. This is insecure for deployments in a production system, and right now we do not make the risks clear enough. This MR adds a warning section that clearly explains the risk before users install the chart. I have copied this from the similar warning we have for users installing GitLab itself from a Helm chart, where we highlight with a warning that the default values are not intended for production.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading