12 lines
		
	
	
		
			No EOL
		
	
	
		
			390 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			390 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable file
		
	
	
	
	
apiVersion: v1
 | 
						|
kind: ConfigMap
 | 
						|
metadata:
 | 
						|
  name: {{ include "samba4.fullname" . }}-smbconf
 | 
						|
  labels:
 | 
						|
    app.kubernetes.io/name: {{ include "samba4.name" . }}
 | 
						|
    helm.sh/chart: {{ include "samba4.chart" . }}
 | 
						|
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
						|
    app.kubernetes.io/managed-by: {{ .Release.Service }}
 | 
						|
data:
 | 
						|
  smb.conf: |-
 | 
						|
{{ tpl (.Files.Get "conf/smb.conf") . | indent 6 }} |