fix label syntax
This commit is contained in:
		@@ -2,7 +2,7 @@ apiVersion: v1
 | 
				
			|||||||
kind: Service
 | 
					kind: Service
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: syncthing-web
 | 
					  name: syncthing-web
 | 
				
			||||||
  label:
 | 
					  labels:
 | 
				
			||||||
    app: syncthing
 | 
					    app: syncthing
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
  selector:
 | 
					  selector:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user