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: