| commit | ef7f8334aae2639c186808b1872795dc98f1b501 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Apr 08 19:46:54 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Apr 10 13:39:44 2024 +0400 |
| tree | 48bbafb392dbe9e3a84fc340e458f4f7633350c5 | |
| parent | b59b7c21e16cdbc0989787c075f1055a295e8235 [diff] [blame] |
gerrit: use pcloud oauth provider instead of auth-proxy Change-Id: I555a05ca00c90e84d3c82f31ccd53a220feff344
diff --git a/charts/gerrit/templates/gerrit.configmap.yaml b/charts/gerrit/templates/gerrit.configmap.yaml index 83c188c..cd1a6a9 100644 --- a/charts/gerrit/templates/gerrit.configmap.yaml +++ b/charts/gerrit/templates/gerrit.configmap.yaml
@@ -1,5 +1,6 @@ {{- $root := . -}} +{{- if not .Values.gerrit.etc.existingConfigMapName }} apiVersion: v1 kind: ConfigMap metadata: @@ -28,6 +29,7 @@ enabled = false {{- end }} --- +{{- end }} apiVersion: v1 kind: ConfigMap metadata: