From d488e74652eab43e1a1d5307fb78f11fca3b8b9a Mon Sep 17 00:00:00 2001 From: Kevin Powell Noumbissie <10553243+KepoParis@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:14:22 +0100 Subject: [PATCH] fix: duplication of custom CAs for gitlab fix --- .../rendering-apps-files/gitlab/values/00-main.j2 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roles/gitops/rendering-apps-files/gitlab/values/00-main.j2 b/roles/gitops/rendering-apps-files/gitlab/values/00-main.j2 index a59e84574..89bd48de5 100644 --- a/roles/gitops/rendering-apps-files/gitlab/values/00-main.j2 +++ b/roles/gitops/rendering-apps-files/gitlab/values/00-main.j2 @@ -111,19 +111,6 @@ global: key: password registry: enabled: false - certificates: - customCAs: -{% for item in dsc.additionalsCA %} -{% if item.kind == 'ConfigMap' %} - - configMap: {{ item.name }} -{% endif %} -{% if item.kind == 'Secret' %} - - secret: {{ item.name }} -{% endif %} -{% endfor %} -{% if dsc.exposedCA.type != 'none' %} - - secret: exposed-ca -{% endif %} hosts: domain: registry: