Skip to content

Commit

Permalink
ingress edits
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Feb 1, 2021
1 parent fb8cb23 commit a402fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/statping/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.90.74"
icon: https://statping.github.io/charts/statping/assets/images/icon.png
name: statping
version: 0.1.0
version: 0.1.1
description: Statping for Kubernetes
keywords:
- statping
Expand Down
2 changes: 1 addition & 1 deletion charts/statping/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
{{- if .Values.ingress.tls }}
- hosts:
- {{ .Values.ingress.hostname }}
secretName: {{ printf "%s-cert" .Values.ingress.hostname }}
secretName: {{ .Values.ingress.secretName }}
{{- end }}
{{- end }}
rules:
Expand Down
1 change: 1 addition & 0 deletions charts/statping/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ ingress:
tls: false
annotations: {}
hostname: grafana.local
secretName: statping-cert
path: /
secrets: []

Expand Down

0 comments on commit a402fc3

Please sign in to comment.