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 =
|
{ app =
|
||||||
{ Config = ./app/config.dhall
|
{ Config = ./app/config.dhall
|
||||||
, K8sList = ./app/list.dhall
|
, K8sList = ./app/list.dhall
|
||||||
, make = ./app/make.dhall
|
, make = ./app/make.dhall
|
||||||
}
|
}
|
||||||
, http =
|
, http =
|
||||||
{ deployment = ./http/deployment.dhall
|
{ deployment = ./http/deployment.dhall
|
||||||
, ingress = ./http/ingress.dhall
|
, ingress = ./http/ingress.dhall
|
||||||
, service = ./http/service.dhall
|
, service = ./http/service.dhall
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue