Skip to content

Commit

Permalink
Change ssh key name
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Apr 26, 2024
1 parent 92b49a1 commit 14ef2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cluster-template-aws.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export AWS_CREATE_BASTION=true
export AWS_PUBLIC_IP=false
export AWS_CONTROL_PLANE_MACHINE_FLAVOR=t3.large
export AWS_NODE_MACHINE_FLAVOR=t3.large
export AWS_SSH_KEY_NAME=microk8s
export AWS_SSH_KEY_NAME=my-ssh-key

# (optional) Snap risk level and confinement
export SNAP_RISKLEVEL="stable"
Expand Down

0 comments on commit 14ef2f2

Please sign in to comment.