From c0cc3323c2555f2de25072cb5383a56dde62287f Mon Sep 17 00:00:00 2001
From: Ryan Garcia <garcia.ryan@solute.us>
Date: Thu, 3 Mar 2022 16:37:23 +0000
Subject: [PATCH] Update Gitlab sub-chart posgresql HBA config

---
 tests/test-values.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index e6f4d88acc..d0e3d3e444 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -536,6 +536,9 @@ addons:
             requests:
               cpu: 10m
             limits: {}
+        # Required for RKE2 nightly CI cluster with FIPS since Gitlab 14.7.X
+        postgresqlExtendedConf:
+          passwordEncryption: "scram-sha-256"
       minio:
         persistence:
           size: 256Mi
-- 
GitLab