blob: aa37816ea711eb2af408c1dc0c67385de00534aa [file] [log] [blame]
apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-git-backend-secret
labels:
app: git-backend
chart: {{ template "gerrit-replica.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
data:
.htpasswd: {{ required "A .htpasswd-file is required for the git backend." .Values.gitBackend.credentials.htpasswd | b64enc }}
type: Opaque