瀏覽代碼

bug 1523047. Annotate ops projects with an .operation prefix

Jeff Cantrill 7 年之前
父節點
當前提交
d0fed2b6d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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