Skip to content

Commit

Permalink
feat(helm): set ingress host type to "ImplementationSpecific"
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent 3dcfd46 commit 8e40f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ingress:
- host: managed-identity-wallet-new.dev.demo.catena-x.net
paths:
- path: /
pathType: Prefix
pathType: ImplementationSpecific
tls:
- secretName: miw-secret
hosts:
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ingress:
- host: chart-example.local
paths:
- path: /
pathType: Prefix
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
Expand Down

0 comments on commit 8e40f3a

Please sign in to comment.