Skip to content

Commit

Permalink
Merge pull request #39 from ChauhanKrunal/fix/ingress-base-template-s…
Browse files Browse the repository at this point in the history
…yntax

fix: ingress base template syntax
  • Loading branch information
nitin-vavdiya authored Dec 2, 2024
2 parents 920fe32 + 3174b42 commit db5b015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ssi-dim-wallet-stub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: ssi-dim-wallet-stub
description: |
A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
type: application
version: 0.1.6
version: 0.1.7
appVersion: "0.0.4"
home: https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/ssi-dim-wallet-stub/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
tls:
- hosts:
- {{ .Values.wallet.host }}
secretName: {{- .Values.wallet.ingress.tls.name }}
secretName: {{ .Values.wallet.ingress.tls.name }}
{{- end }}
rules:
- host: {{ .Values.wallet.host }}
Expand Down

0 comments on commit db5b015

Please sign in to comment.