remove the hashicorp subdomains

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-07-26 22:44:12 +05:30
parent a8445e3e79
commit 3dcb311aae
14 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ defaultCtx =
domainCtx :: Context String
domainCtx = constField "domain" domain
subdomains :: [Item String]
subdomains = map mkItem ["git", "nomad", "consul", "vault", "radio", "f"]
subdomains = map mkItem ["git", "radio", "f"]
where
mkItem :: a -> Item a
mkItem a = Item {itemIdentifier = "subdomain", itemBody = a}