From 49afbe1d7cb10d30ae88c1feaa8ef2d6b0cc12d2 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 7 Mar 2025 16:14:56 +0800 Subject: [PATCH] feat: add annotations section to frontend ingress configuration Signed-off-by: zhenyus --- freeleaps/helm-pkg/frontend/templates/frontend/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/freeleaps/helm-pkg/frontend/templates/frontend/ingress.yaml b/freeleaps/helm-pkg/frontend/templates/frontend/ingress.yaml index 4c78a8cd..c113116e 100644 --- a/freeleaps/helm-pkg/frontend/templates/frontend/ingress.yaml +++ b/freeleaps/helm-pkg/frontend/templates/frontend/ingress.yaml @@ -15,6 +15,7 @@ metadata: app.kubernetes.io/managed-by: {{ $releaseIngress }} app.kubernetes.io/instance: {{ $releaseName }} {{- if $ingress.annotations }} + annotations: {{- toYaml $ingress.annotations | nindent 4 }} {{- end }} spec: