From 9c1ac76ff9b792d47564b900415b0f2c9e02f48c Mon Sep 17 00:00:00 2001 From: V-Paranoiaque Date: Sat, 27 Sep 2025 15:18:52 +0200 Subject: [PATCH] Fix annotations --- helm/gitea-mirror/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gitea-mirror/templates/deployment.yaml b/helm/gitea-mirror/templates/deployment.yaml index d57e3c2..34e02a2 100644 --- a/helm/gitea-mirror/templates/deployment.yaml +++ b/helm/gitea-mirror/templates/deployment.yaml @@ -5,7 +5,7 @@ metadata: name: {{ include "gitea-mirror.fullname" . }} {{- with .Values.deployment.annotations }} annotations: - {{- toYaml .Values.deployment.annotations | nindent 4 }} + {{- toYaml . | nindent 4 }} {{- end }} labels: {{- include "gitea-mirror.labels" . | nindent 4 }}