We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37c1a4 commit 510443aCopy full SHA for 510443a
ansible/roles/pgo-metrics/tasks/kubernetes.yml
@@ -3,6 +3,7 @@
3
shell: "kubectl get namespace {{ metrics_namespace }}"
4
register: namespace_details
5
ignore_errors: yes
6
+ no_log: true
7
tags: install-metrics
8
9
- name: Create Namespace {{ metrics_namespace }}
ansible/roles/pgo-metrics/tasks/openshift.yml
shell: "{{ openshift_oc_bin}} get project {{ metrics_namespace }}"
- name: Create Project {{ metrics_namespace }}
0 commit comments