Skip to content

Commit 510443a

Browse files
jasonodonnellJeff McCormick
authored andcommitted
Add no_log to metrics namespace check (#745)
1 parent b37c1a4 commit 510443a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansible/roles/pgo-metrics/tasks/kubernetes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
shell: "kubectl get namespace {{ metrics_namespace }}"
44
register: namespace_details
55
ignore_errors: yes
6+
no_log: true
67
tags: install-metrics
78

89
- name: Create Namespace {{ metrics_namespace }}

ansible/roles/pgo-metrics/tasks/openshift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
shell: "{{ openshift_oc_bin}} get project {{ metrics_namespace }}"
44
register: namespace_details
55
ignore_errors: yes
6+
no_log: true
67
tags: install-metrics
78

89
- name: Create Project {{ metrics_namespace }}

0 commit comments

Comments
 (0)