Skip to content

Commit

Permalink
add path in constants for yaml
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed May 31, 2024
1 parent b2f1658 commit e151d5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,13 @@
CLUSTERROLEBINDING_APPSET_PULLMODEL_PATH = os.path.join(
TEMPLATE_DIR, "DR", "clusterrolebinding_appset_pullmodel.yaml"
)
THANOS_PATH = os.path.join(TEMPLATE_DIR, "DR", "thanos.yaml")
MULTICLUSTEROBSERVABILITY_PATH = os.path.join(
TEMPLATE_DIR, "DR", "multiclusterobservability.yaml"
)
OBSERVABILITYMETRICSCONFIGMAP_PATH = os.path.join(
TEMPLATE_DIR, "DR", "observability-metrics-configmap.yaml"
)
APPLICATION_SET = "ApplicationSet"
PLACEMENT = "Placement"
GITOPS_CLUSTER_NAMESPACE = "openshift-gitops"
Expand Down

0 comments on commit e151d5a

Please sign in to comment.