Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Jan 10, 2025
1 parent 9d6c26c commit 1d7b730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lakefs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.lifecycle }}
{{- with .Values.containerLifecycle }}
lifecycle:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 1d7b730

Please sign in to comment.