forked from ShyamsundarR/ocm-minikube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application-samples.diff
29 lines (29 loc) · 1.09 KB
/
application-samples.diff
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
27
28
29
diff --git a/subscriptions/book-import/placementrule.yaml b/subscriptions/book-import/placementrule.yaml
index ec72faf..293aae9 100644
--- a/subscriptions/book-import/placementrule.yaml
+++ b/subscriptions/book-import/placementrule.yaml
@@ -9,7 +9,7 @@ metadata:
spec:
clusterSelector:
matchLabels:
- 'usage': 'development'
+ 'usage': 'test'
clusterConditions:
- type: ManagedClusterConditionAvailable
status: "True"
\ No newline at end of file
diff --git a/subscriptions/book-import/subscription.yaml b/subscriptions/book-import/subscription.yaml
index 69fcb6f..affcc9c 100644
--- a/subscriptions/book-import/subscription.yaml
+++ b/subscriptions/book-import/subscription.yaml
@@ -3,8 +3,8 @@ apiVersion: apps.open-cluster-management.io/v1
kind: Subscription
metadata:
annotations:
- apps.open-cluster-management.io/git-branch: master
- apps.open-cluster-management.io/git-path: book-import/app
+ apps.open-cluster-management.io/github-branch: main
+ apps.open-cluster-management.io/github-path: book-import
labels:
app: book-import
name: book-import