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: {