blob: b8d6f38baa2936ea7073a107e6858b72adc9e462 [file] [log] [blame]
{{- if and .Values.nfsWorkaround.enabled .Values.nfsWorkaround.idDomain -}}
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 }}