Skip to content

Commit

Permalink
Merge pull request #8 from eclipse-tractusx/test-helm-pr-action
Browse files Browse the repository at this point in the history
fix ingress variable use
  • Loading branch information
Siegfriedk authored Jan 5, 2023
2 parents 95b883c + 04f7142 commit f23e306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/app-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0-RC5
version: 1.0.0-RC6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/app-dashboard/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: { { $fullName } }
name: {{ $fullName }}
port:
number: { { $svcPort } }
number: {{ $svcPort }}
tls:
- secretName: tls-secret
hosts:
Expand Down

0 comments on commit f23e306

Please sign in to comment.