Skip to content

Commit

Permalink
fix common helm chart's values file (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshamTeymouri authored Mar 4, 2022
1 parent b0c864c commit 008c3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
tls: []
- secretName: chart-example-tls
hosts:
- chart-example.local
tls:
- secretName: chart-example-tls
hosts:
- chart-example.local

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 008c3ca

Please sign in to comment.