From 1bcd72737140356406ef63440babd71bc9ccf810 Mon Sep 17 00:00:00 2001 From: Ali Tavakoli Date: Thu, 3 May 2018 14:12:14 -0400 Subject: [PATCH] Fix service/deployment comments in example The comments for service & deployment were reversed. --- examples/databricks/service-deployment.jsonnet.TEMPLATE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/databricks/service-deployment.jsonnet.TEMPLATE b/examples/databricks/service-deployment.jsonnet.TEMPLATE index fb08bd8..b2fc331 100644 --- a/examples/databricks/service-deployment.jsonnet.TEMPLATE +++ b/examples/databricks/service-deployment.jsonnet.TEMPLATE @@ -14,7 +14,7 @@ }, numReplicas:: 1, - // Defines a Kubernetes deployment + // Defines a Kubernetes service local service = { kind: "Service", metadata: { @@ -30,7 +30,7 @@ } }, - // Defines a Kubernetes service + // Defines a Kubernetes deployment local deployment = { kind: "Deployment", metadata: {