UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 011269e6 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Fixing gitlab redis conditional

parent 3e41562e
No related branches found
No related tags found
2 merge requests!1386Master,!1204Adding Conditional Support for Monitoring of Gitlab Redis Installations
Pipeline #634197 passed
......@@ -31,6 +31,14 @@ networkPolicies:
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
{{- if and .Values.monitoring.enabled (dig "redis" "install" true .Values.addons.gitlab.values) }}
redis:
metrics:
serviceMonitor:
enabled: true
namespace: gitlab
{{- end }}
{{- if .Values.addons.gitlab.database.host }}
postgresql:
install: false
......
......@@ -670,7 +670,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git
path: "./chart"
tag: "5.3.1-bb.10"
tag: "5.3.1-bb.11"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment