mirror of https://github.com/kubernetes/kops.git
Comment should be inside the if block Fix for - https://github.com/kubernetes/kops/issues/862
This commit is contained in:
parent
bf4f1a9ea1
commit
839707debe
|
|
@ -1,14 +1,10 @@
|
||||||
|
{{ if WithBastion }}
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Private Network Topology in AWS
|
# Private Network Topology in AWS
|
||||||
#
|
#
|
||||||
# Inspired by https://github.com/kubernetes/kops/issues/428
|
# Inspired by https://github.com/kubernetes/kops/issues/428
|
||||||
#
|
#
|
||||||
# ---------------------------------------------------------------
|
|
||||||
|
|
||||||
{{ if WithBastion }}
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
|
||||||
# Security Group - Bastion
|
# Security Group - Bastion
|
||||||
#
|
#
|
||||||
# The security group that the bastion lives in
|
# The security group that the bastion lives in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue