blob: 238bcbcfff29ab29a05762893241c6c3b69b9a34 [file] [log] [blame]
{{- if .Values.nfsWorkaround.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-nfs-configmap
labels:
app: gerrit-replica
chart: {{ template "gerrit-replica.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
data:
idmapd.conf: |-
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
# set your own domain here, if it differs from FQDN minus hostname
Domain = {{ .Values.nfsWorkaround.idDomain }}
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
{{- end }}