mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
Fix accidental tabs in examples
This commit is contained in:
parent
ad3eff2c7e
commit
0691ba0078
@ -198,7 +198,8 @@ in let mkIngress : Config -> Ingress =
|
||||
in let makeRule = \(service : Service) ->
|
||||
{ host = Some service.host
|
||||
, http = Some
|
||||
{ paths = [ { backend = { serviceName = service.name
|
||||
{ paths = [ { backend =
|
||||
{ serviceName = service.name
|
||||
, servicePort = IntOrString.Int 80
|
||||
}
|
||||
, path = None Text
|
||||
|
@ -31,7 +31,8 @@ in let mkIngress : Config -> Ingress =
|
||||
in let makeRule = \(service : Service) ->
|
||||
{ host = Some service.host
|
||||
, http = Some
|
||||
{ paths = [ { backend = { serviceName = service.name
|
||||
{ paths = [ { backend =
|
||||
{ serviceName = service.name
|
||||
, servicePort = IntOrString.Int 80
|
||||
}
|
||||
, path = None Text
|
||||
|
Loading…
Reference in New Issue
Block a user