Skip to content

Adds redis configuration and secret for gitlab-kas

João Alexandre Cunha requested to merge feature/add-redis-support-to-kas into master

What does this MR do?

Share Redis secrets with KAS and add KAS configuration need for KAS to read the secrets.

The goal is to also allow KAS to either take the chart's redis default config. Also, KAS should be able to be configured with external Redis resources and also compliant with the possible use of Sentinel.

Related issues

#2528 (closed)

Test plan

  • Deployed these changes to a GKE cluster
  • Tested both the simple redis and sentinel options, with and without a password

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Hordur Freyr Yngvason

Merge request reports