Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Fix: Mise à jour de l'ingressroute avec un espace en trop
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Dec 5, 2022
1 parent 67a5af3 commit 8333cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/joplin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: joplin
description: Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device.
version: 0.2.2
version: 0.2.3
appVersion: "2.9.7-beta"
keywords:
- joplin
2 changes: 1 addition & 1 deletion charts/joplin/templates/joplin-ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
entryPoints: {{ .Values.ingress.entrypoint }}
routes:
- match: Host(`{{ .Values.ingress.domain }} `)
- match: Host(`{{ .Values.ingress.domain }}`)
kind: Rule
services:
- name: {{ .Chart.Name }}-app
Expand Down

0 comments on commit 8333cab

Please sign in to comment.