mirror of
				https://github.com/optim-enterprises-bv/databunker.git
				synced 2025-10-31 01:47:57 +00:00 
			
		
		
		
	Add namespace
This commit is contained in:
		| @@ -3,6 +3,7 @@ apiVersion: v1 | ||||
| kind: PersistentVolume | ||||
| metadata: | ||||
|   name: {{ include "common.names.fullname" . }}-databunker | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: {{- include "common.labels.standard" . | nindent 4 }} | ||||
|     {{- if .Values.commonLabels }} | ||||
|     {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} | ||||
|   | ||||
| @@ -3,6 +3,7 @@ kind: PersistentVolumeClaim | ||||
| apiVersion: v1 | ||||
| metadata: | ||||
|   name: {{ include "common.names.fullname" . }}-databunker | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: {{- include "common.labels.standard" . | nindent 4 }} | ||||
|     {{- if .Values.commonLabels }} | ||||
|     {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} | ||||
|   | ||||
| @@ -3,6 +3,7 @@ apiVersion: v1 | ||||
| kind: Secret | ||||
| metadata: | ||||
|   name: {{ include "common.names.fullname" . }} | ||||
|   namespace: {{ .Release.Namespace }} | ||||
|   labels: {{- include "common.labels.standard" . | nindent 4 }} | ||||
|     {{- if .Values.commonLabels }} | ||||
|     {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} | ||||
| @@ -22,7 +23,4 @@ data: | ||||
|   {{- else }} | ||||
|   databunker-roottoken: {{ uuidv4 | b64enc | quote }} | ||||
|   {{- end }} | ||||
|   {{- if .Values.smtpPassword }} | ||||
|   smtp-password: {{ .Values.smtpPassword | b64enc | quote }} | ||||
|   {{- end }} | ||||
| {{- end }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stremovsky
					stremovsky