From 4896aabc9f17e6dd1eac72180cff7678063d4fb6 Mon Sep 17 00:00:00 2001 From: mike hepburn Date: Tue, 27 Oct 2020 17:46:55 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=95=E2=80=8D=20=20add=20pelorus=20?= =?UTF-8?q?=F0=9F=90=95=E2=80=8D=20(#179)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐕‍ add pelorus 🐕‍ --- ubiquitous-journey/values-tooling.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ubiquitous-journey/values-tooling.yaml b/ubiquitous-journey/values-tooling.yaml index 89ca2e7..d9eecb1 100644 --- a/ubiquitous-journey/values-tooling.yaml +++ b/ubiquitous-journey/values-tooling.yaml @@ -176,3 +176,21 @@ applications: source_ref: master sync_policy: *sync_policy_true no_helm: true + # Pelorus + - name: pelorus + enabled: true + source: https://github.com/redhat-cop/pelorus.git + source_path: charts/deploy + source_ref: master + destination: pelorus + sync_policy: + *sync_policy_true + values: + openshift_prometheus_htpasswd_auth: thisisdefinitelynotmypassword + openshift_prometheus_basic_auth_pass: thisisdefinitelynotmypassword + ignore_differences: + - group: route.openshift.io + kind: Route + jsonPointers: + - /status/ingress + - /spec/host \ No newline at end of file