Browse Source

Merge pull request #8256 from ewolinetz/logging_fix_remove_annotation

Updating to remove annotations from namespace rather than project
OpenShift Merge Robot 7 years ago
parent
commit
626622ff7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_logging/tasks/delete_logging.yaml

+ 1 - 1
roles/openshift_logging/tasks/delete_logging.yaml

@@ -123,7 +123,7 @@
   command: >
     {{ openshift_client_binary }}
     --config={{ openshift.common.config_base }}/master/admin.kubeconfig
-    annotate project/{{ project }} openshift.io/logging.ui.hostname-
+    annotate namespace/{{ project }} openshift.io/logging.ui.hostname-
   with_items: "{{ __logging_ops_projects }}"
   loop_control:
     loop_var: project