feat: Allow to add custom annotations for deployment in Helm (#1168)

This commit is contained in:
Anthony
2025-06-04 12:25:43 +02:00
committed by GitHub
parent 9690f7b73f
commit 40a84d0c8a
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ metadata:
name: {{ include "planka.fullname" . }}
labels:
{{- include "planka.labels" . | nindent 4 }}
{{- with .Values.deploymentAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}