Skip to content

Commit

Permalink
added notes in yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed Apr 6, 2024
1 parent a9b8628 commit 0b7a1ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/templates/DR/multiclusterobservability.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This config file is used to enable ACM observability

---
apiVersion: observability.open-cluster-management.io/v1beta2
kind: MultiClusterObservability
Expand Down
5 changes: 5 additions & 0 deletions ocs_ci/templates/DR/observability-metrics-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This config file is allow data to reflect on the DR monitoring dashboard
# by whitelisting ceph_rbd_* metrics
# Additionally we whitelist a few odf_* metrics but those are optional

---
apiVersion: v1
metadata:
name: mp-custom-allowlist
Expand Down
6 changes: 6 additions & 0 deletions ocs_ci/templates/DR/thanos.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This config file is used to enable ACM observability.
# When the Observability service is enabled, the hub cluster is always configured
# to collect and send metrics to the configured Thanos instance, regardless of whether
# hub self-management is enabled or not.

---
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 0b7a1ea

Please sign in to comment.