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