14 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			349 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
generic-device-plugin:
 | 
						|
  image:
 | 
						|
    repository: ghcr.io/squat/generic-device-plugin
 | 
						|
    tag: latest@sha256:ba6f0b4cf6c858d6ad29ba4d32e4da11638abbc7d96436bf04f582a97b2b8821
 | 
						|
  config:
 | 
						|
    enabled: true
 | 
						|
    data: |
 | 
						|
      devices:
 | 
						|
        - name: tun
 | 
						|
          groups:
 | 
						|
            - count: 1000
 | 
						|
              paths:
 | 
						|
                - path: /dev/net/tun
 |