-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalues.yaml
More file actions
26 lines (24 loc) · 1.37 KB
/
values.yaml
File metadata and controls
26 lines (24 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
# DR pair cluster names - same structure as rdr chart (regionalDR).
# Override via values-hub or overrides so opp-policy and rdr use the same names.
# These MUST match ACM ManagedCluster metadata.name (e.g. mjrtd420-1); otherwise kubeconfig/CA paths and
# cluster-proxy-ca-bundle distribution target the wrong cluster names and spokes stay without a bundle.
regionalDR:
- name: resilient
clusters:
primary:
name: ocp-primary
secondary:
name: ocp-secondary
# Managed clustergroup namespace for ArgoCD wedged check: "<pattern>-<clustergroup>" (e.g. ramendr-techdemo-resilient).
# 1. argocdHealthMonitor.managedClusterGroupNamespace (explicit override), or
# 2. global.pattern / patternName + "-" + clustergroup name (from clusterGroup.managedClusterGroups / regionalDR).
argocdHealthMonitor:
enabled: true
# Explicit override for managed clustergroup namespace (optional). When set, used as-is.
# managedClusterGroupNamespace: ""
forceSyncAppNamespace: openshift-gitops
# GitOps Application name is "<pattern name>-<clustergroup name>" (e.g. ramendr-techdemo-resilient).
# Pattern name is read from global.pattern (passed to the chart); override with patternName or forceSyncAppName if needed.
# forceSyncResourceKind / FORCE_SYNC_RESOURCE_NAME target the managed clustergroup namespace (<pattern>-<clustergroup>).
forceSyncResourceKind: Namespace