mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-02 21:28:29 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v1
 | 
						|
kind: ConfigMap
 | 
						|
metadata:
 | 
						|
  name: {{ template "invidious.fullname" . }}
 | 
						|
  labels:
 | 
						|
    app: {{ template "invidious.name" . }}
 | 
						|
    chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
 | 
						|
    release: {{ .Release.Name }}
 | 
						|
data:
 | 
						|
  INVIDIOUS_CONFIG: |
 | 
						|
{{ toYaml .Values.config | indent 4 }}
 |