From de028380878a25d7ce434121fd8f0eab4cfa9f59 Mon Sep 17 00:00:00 2001 From: Felix Mumme Date: Fri, 14 Apr 2023 12:40:09 +0200 Subject: [PATCH] fix ingress annotations --- templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index ada6d88..14ab39f 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -13,7 +13,7 @@ metadata: {{- include "owncloud.labels" . | nindent 4 }} {{- with .Values.ingress.annotations }} annotations: - {{- toYaml . | nindent 4 }} + {{- . | toYaml | nindent 4 }} {{- end }} spec: {{- if .Values.ingress.tls }}