mirror of https://github.com/kubernetes/kops.git
Merge pull request #865 from alok87/yaml_parse_bastion
Comment should be inside the if block - bastion.yaml
This commit is contained in:
commit
9584f24f22
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue