fix
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
89e7fe0359
commit
601aab0d61
|
@ -1,11 +1,11 @@
|
|||
{ app =
|
||||
{ Config = ./app/config.dhall
|
||||
, K8sList = ./app/list.dhall
|
||||
, make = ./app/make.dhall
|
||||
}
|
||||
{ Config = ./app/config.dhall
|
||||
, K8sList = ./app/list.dhall
|
||||
, make = ./app/make.dhall
|
||||
}
|
||||
, http =
|
||||
{ deployment = ./http/deployment.dhall
|
||||
, ingress = ./http/ingress.dhall
|
||||
, service = ./http/service.dhall
|
||||
}
|
||||
{ deployment = ./http/deployment.dhall
|
||||
, ingress = ./http/ingress.dhall
|
||||
, service = ./http/service.dhall
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue