All checks were successful
		
		
	
	lint-and-test-charts / lint-test (pull_request) Successful in 19s
				
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
services:
 | 
						|
    node-exporter:
 | 
						|
        image: quay.io/prometheus/node-exporter:v1.9.1
 | 
						|
        container_name: node-exporter
 | 
						|
        command:
 | 
						|
            - '--path.rootfs=/rootfs'
 | 
						|
        ports:
 | 
						|
          - 9100:9100
 | 
						|
        pid: host
 | 
						|
        restart: always
 | 
						|
        volumes:
 | 
						|
            - /:/rootfs:ro
 |