mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
fix: change ingress annotation inclusion from values.yaml
This commit is contained in:
@ -5,11 +5,9 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "htwkalender.labels" . | nindent 4 }}
|
||||
{{- if .Values.ingress.httpsRedirect.annotations }}
|
||||
{{- with .Values.ingress.httpsRedirect.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.ingress.httpsRedirect.annotations | nindent 4 }}
|
||||
{{- else }}
|
||||
annotations: []
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
ingressClassName: "PLACEHOLDER"
|
||||
|
@ -5,11 +5,9 @@ metadata:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "htwkalender.labels" . | nindent 4 }}
|
||||
{{- if .Values.ingress.https.annotations }}
|
||||
{{- with .Values.ingress.https.annotations }}
|
||||
annotations:
|
||||
{{ toYaml .Values.ingress.https.annotations | nindent 4 }}
|
||||
{{- else }}
|
||||
annotations: []
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
ingressClassName: "PLACEHOLDER"
|
||||
|
Reference in New Issue
Block a user