Browse Source

Merge pull request #6765 from jcantrill/bz1523047_annotate_logging_prefix

Automatic merge from submit-queue.

bug 1523047. Annotate ops projects with an .operation prefix
OpenShift Merge Robot 7 years ago
parent
commit
32b1287b26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_logging/tasks/annotate_ops_projects.yaml

+ 1 - 0
roles/openshift_logging/tasks/annotate_ops_projects.yaml

@@ -12,6 +12,7 @@
     separator: '#'
     content:
       metadata#annotations#openshift.io/logging.ui.hostname: "{{ openshift_logging_kibana_ops_hostname }}"
+      metadata#annotations#openshift.io/logging.data.prefix: ".operations"
   with_items: "{{ __logging_ops_projects.stdout.split(' ') }}"
   loop_control:
     loop_var: project