Skip to content

Commit

Permalink
make the LINODE_OS optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 22, 2024
1 parent 441d611 commit a47325e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
template:
spec:
image: ${LINODE_OS}
image: ${LINODE_OS:="linode/ubuntu22.04"}
type: ${LINODE_CONTROL_PLANE_MACHINE_TYPE}
region: ${LINODE_REGION}
# uncomment to include your ssh key in linode provisioning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
template:
spec:
image: ${LINODE_OS}
image: ${LINODE_OS:="linode/ubuntu22.04"}
type: ${LINODE_MACHINE_TYPE}
region: ${LINODE_REGION}
authorizedKeys:
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/default/machine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
spec:
template:
spec:
image: ${LINODE_OS}
image: ${LINODE_OS:="linode/ubuntu22.04"}
type: ${LINODE_MACHINE_TYPE}
region: ${LINODE_REGION}
authorizedKeys:
Expand Down

0 comments on commit a47325e

Please sign in to comment.