allow setting revisionHistoryLimit for the deployment

This commit is contained in:
jessebot
2025-01-19 11:22:45 +01:00
parent ef97e8c8bb
commit a9495a5080
3 changed files with 8 additions and 1 deletions
@@ -11,6 +11,7 @@ spec:
selector:
matchLabels:
{{- include "pixelfed.selectorLabels" . | nindent 6 }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
template:
metadata:
{{- with .Values.podAnnotations }}