Skip to content

Commit

Permalink
fix ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Keil committed Jun 3, 2024
1 parent cb31809 commit c5284d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: healthchecks
description: A Helm chart for hosting healthchecks.io
type: application

version: 0.0.12
version: 0.0.13

# App metadata
appVersion: "v3.0"
Expand Down
2 changes: 0 additions & 2 deletions charts/healthchecks/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
labels:
{{- if .Values.ingress.exposeToTeleport -}}
ethquokkaops.io/expose-to-teleport: "true"
{{ end }}
name: {{ .Release.Name }}-ingress
spec:
ingressClassName: {{ .Values.ingress.ingressClassName }}
Expand Down

0 comments on commit c5284d2

Please sign in to comment.