Skip to content

Commit

Permalink
remove harcoded key for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Aug 14, 2018
1 parent 359254e commit d84ba81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions machines/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ spec:
name: test
hardware:
aws:
sshSecret:
name: {{.SshKey}}
region: {{.Region}}
keyPairName: tectonic
keyPairName: {{.SshKey}}
defaultHardwareSpec:
aws:
instanceType: m4.large
Expand Down

0 comments on commit d84ba81

Please sign in to comment.