Browse Source

Move metrics-server out of openshift-monitoring NS

It's useful to have metrics-server in a separate namespace so that
(un)installation of Prometheus doesn't interfere with metrics-server
(un)installation, and vice versa.
Solly Ross 6 years ago
parent
commit
b77cacbb15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/metrics_server/defaults/main.yaml

+ 1 - 1
roles/metrics_server/defaults/main.yaml

@@ -5,7 +5,7 @@ openshift_metrics_server_image: "{{ l_os_registry_url | regex_replace('${compone
 # and behave sanely for new installations by default.
 openshift_metrics_server_install: "{{ openshift_metrics_install_metrics | default(False) }}"
 openshift_metrics_server_resolution: 30s
-openshift_metrics_server_project: openshift-monitoring
+openshift_metrics_server_project: openshift-metrics-server
 
 #####
 # Caution should be taken for the following defaults before