Skip to content

Allow a Secret to be used in application container

Thong Kuah requested to merge secret-ref-application into master

What does this MR do ?

This creates an option where users can pass in a setting to specify the name of the Secret. This name will be used for deployments to load the Secret's key-value pairs as environment variables in the application container.

This option is optional, hence this MR is backwards compatible. The Secret must be created by the user beforehand.

Issue

https://gitlab.com/gitlab-org/gitlab-ce/issues/49056

Links / References

Edited by Thong Kuah

Merge request reports