-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspoke.yaml
More file actions
26 lines (26 loc) · 860 Bytes
/
Copy pathspoke.yaml
File metadata and controls
26 lines (26 loc) · 860 Bytes
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
# East or west spoke cluster (CPU inference, default).
#
# Use when:
# - Installing a spoke in the full hub + east + west topology
# - Install spokes BEFORE the hub
#
# Replace clusterGroupName with "east" or "west".
# No extraValueFiles or extraParameters needed on spokes.
#
# Apply: oc apply -f examples/pattern-cr/spoke.yaml
# Docs: docs/content/patterns/ia-computer-vision/pattern-cr-guide.adoc
---
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
kind: Pattern
metadata:
name: ia-computer-vision
namespace: openshift-operators
spec:
clusterGroupName: east # change to "west" on the west spoke
gitSpec:
targetRepo: https://github.com/maximilianoPizarro/ia-computer-vision.git
targetRevision: main
multiSourceConfig:
enabled: true
clusterGroupChartVersion: "0.9.*"
helmRepoUrl: https://charts.validatedpatterns.io