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 }}