From 9bcb8800bcb3076522b5c04964f84eb62089c19f Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 12 Jan 2025 17:00:30 +0100 Subject: [PATCH] fix(mycloud-git-small): ingress annotations --- mycloud-git-small/templates/forgejo/release.yaml | 2 +- mycloud-git-small/templates/woodpecker/release.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mycloud-git-small/templates/forgejo/release.yaml b/mycloud-git-small/templates/forgejo/release.yaml index c90e739..5e8856e 100644 --- a/mycloud-git-small/templates/forgejo/release.yaml +++ b/mycloud-git-small/templates/forgejo/release.yaml @@ -92,7 +92,7 @@ spec: {{- with .Values.commons.ingress.annotations }} {{- toYaml . | nindent 8 }} {{- end }} - {{- with .Values.ingress.annotations }} + {{- with .Values.ingress.forgejo.annotations }} {{- toYaml . | nindent 8 }} {{- end }} hosts: diff --git a/mycloud-git-small/templates/woodpecker/release.yaml b/mycloud-git-small/templates/woodpecker/release.yaml index 2d00a38..024bbfb 100644 --- a/mycloud-git-small/templates/woodpecker/release.yaml +++ b/mycloud-git-small/templates/woodpecker/release.yaml @@ -88,10 +88,10 @@ spec: enabled: true annotations: {{- with .Values.commons.ingress.annotations }} - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 10 }} {{- end }} - {{- with .Values.ingress.annotations }} - {{- toYaml . | nindent 8 }} + {{- with .Values.ingress.woodpecker.annotations }} + {{- toYaml . | nindent 10 }} {{- end }} hosts: - host: {{ $hostCI }} @@ -100,7 +100,7 @@ spec: {{- if .Values.commons.ingress.tls.enabled }} tls: {{- with .Values.commons.ingress.tls.override }} - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 10 }} {{- else }} - secretName: "mycloud-woodpecker-cert" hosts: