Skip to content

Commit

Permalink
Update alertmanager-ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
krakazyabra committed Sep 24, 2021
1 parent 9c50c9f commit 97eb6a8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
{{- $ingressApiIsStable := eq (include "vmalert.ingress.isStable" .) "true" -}}
{{- $ingressSupportsIngressClassName := eq (include "vmalert.ingress.supportsIngressClassName" .) "true" -}}
{{- $ingressSupportsPathType := eq (include "vmalert.ingress.supportsPathType" .) "true" -}}
{{- $servicePort := .Values.alertmanager.service.servicePort -}}
{{- $servicePort := .Values.alertmanager.service.port -}}
{{- $ingressPathType := .Values.alertmanager.ingress.pathType -}}
apiVersion: {{ include "vmalert.ingress.apiVersion" . }}
kind: Ingress
Expand Down Expand Up @@ -47,4 +47,4 @@ spec:
tls:
{{ toYaml .Values.alertmanager.ingress.tls | indent 4 }}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 97eb6a8

Please sign in to comment.