18 lines
		
	
	
		
			472 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			472 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
apiVersion: apps.open-cluster-management.io/v1
 | 
						|
kind: Subscription
 | 
						|
metadata:
 | 
						|
  namespace: guestbook
 | 
						|
  name: redis-master-app-subscription-1
 | 
						|
  annotations:
 | 
						|
    apps.open-cluster-management.io/git-branch: main
 | 
						|
    apps.open-cluster-management.io/git-path: redis-master-app/redis-master
 | 
						|
  labels:
 | 
						|
    app: redis-master-app
 | 
						|
spec:
 | 
						|
  channel: guestbook/redis-master-app-latest
 | 
						|
  placement:
 | 
						|
    placementRef:
 | 
						|
      name: redis-master-app-placement-1
 | 
						|
      kind: PlacementRule
 |