From 839707debe82fc8eb991d781b60465484f694b3c Mon Sep 17 00:00:00 2001 From: alok87 Date: Thu, 10 Nov 2016 21:50:10 +0530 Subject: [PATCH] Comment should be inside the if block Fix for - https://github.com/kubernetes/kops/issues/862 --- .../cloudup/_aws/topologies/_topology_private/bastion.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/upup/models/cloudup/_aws/topologies/_topology_private/bastion.yaml b/upup/models/cloudup/_aws/topologies/_topology_private/bastion.yaml index 8d2f05528f..0035a489c2 100644 --- a/upup/models/cloudup/_aws/topologies/_topology_private/bastion.yaml +++ b/upup/models/cloudup/_aws/topologies/_topology_private/bastion.yaml @@ -1,14 +1,10 @@ +{{ if WithBastion }} # --------------------------------------------------------------- # # Private Network Topology in AWS # # Inspired by https://github.com/kubernetes/kops/issues/428 # -# --------------------------------------------------------------- - -{{ if WithBastion }} - -# --------------------------------------------------------------- # Security Group - Bastion # # The security group that the bastion lives in