From a32f235c52448b7c089d1a6f99c423a4ff9ddad9 Mon Sep 17 00:00:00 2001 From: Luke K Date: Thu, 16 Apr 2020 19:14:11 +0000 Subject: [PATCH] deployer: move domain to labels --- kubectl/deployer.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubectl/deployer.go b/kubectl/deployer.go index cbfbf2974..b3de38167 100644 --- a/kubectl/deployer.go +++ b/kubectl/deployer.go @@ -20,10 +20,11 @@ kind: Service metadata: name: {{ .Project }} namespace: default - annotations: + labels: # Will be exposed as this domain as per the knative service domains config. # Configured in config-domain faas.domain: {{ .Domain }} + annotations: # Will be exposed as this specific subdomain rather than the autogernerated # name.namespace. # Configured in config-network