fix(mycloud-git-small): ingress annotations

This commit is contained in:
WrenIX 2025-01-12 17:00:30 +01:00
parent d3e75b3e96
commit 9bcb8800bc
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ spec:
{{- with .Values.commons.ingress.annotations }} {{- with .Values.commons.ingress.annotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.ingress.annotations }} {{- with .Values.ingress.forgejo.annotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
hosts: hosts:

View file

@ -88,10 +88,10 @@ spec:
enabled: true enabled: true
annotations: annotations:
{{- with .Values.commons.ingress.annotations }} {{- with .Values.commons.ingress.annotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
{{- with .Values.ingress.annotations }} {{- with .Values.ingress.woodpecker.annotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
hosts: hosts:
- host: {{ $hostCI }} - host: {{ $hostCI }}
@ -100,7 +100,7 @@ spec:
{{- if .Values.commons.ingress.tls.enabled }} {{- if .Values.commons.ingress.tls.enabled }}
tls: tls:
{{- with .Values.commons.ingress.tls.override }} {{- with .Values.commons.ingress.tls.override }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 10 }}
{{- else }} {{- else }}
- secretName: "mycloud-woodpecker-cert" - secretName: "mycloud-woodpecker-cert"
hosts: hosts: