Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions overrides/values-cluster-names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@

clusterOverrides:
primary:
name: ocp-primary
name: mj-rdr420-p
version: 4.20.6
install_config:
metadata:
name: ocp-primary
name: mj-rdr420-p
platform:
aws:
region: us-west-1
secondary:
name: ocp-secondary
name: mj-r420-s
version: 4.20.6
install_config:
metadata:
name: ocp-secondary
name: mj-r420-s
platform:
aws:
region: us-east-1

# DRPC overrides (preferredCluster defaults to primary if unset)
drpc:
preferredCluster: ocp-primary
preferredCluster: mj-rdr420-p

# Set this to "true", provision clusters, and add their kubeconfigs
# as described in the values-secret template; then run
Expand Down
4 changes: 2 additions & 2 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ clusterGroup:
name: regional-dr
namespace: regional-dr
project: opp
repoURL: https://github.com/validatedpatterns/regionaldr-with-virt-chart.git
chartVersion: main
repoURL: https://github.com/mhjacks/regionaldr-with-virt-chart.git
chartVersion: aws_conditionalize
path: "."
annotations:
argocd.argoproj.io/sync-wave: "10"
Expand Down
Loading