mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
. "${SCRIPTS_DIR}"/lib/source_only
|
|
|
|
# We need a minimal setup to verify the deployment works
|
|
clusters=('cluster1' 'cluster2')
|
|
cluster_nodes['cluster1']="control-plane worker worker"
|
|
cluster_nodes['cluster2']="control-plane worker worker"
|
|
|
|
cluster_cni=( ['cluster1']="ovn" ['cluster2']="ovn" )
|
|
|
|
cluster_subm=( ['cluster1']="true" ['cluster2']="true" )
|