Explorar el Código

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 hace 7 años
padre
commit
32b1287b26
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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