Skip to content

Commit

Permalink
fix disk_setup for additional user data in RKE2
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Dec 19, 2024
1 parent f822f90 commit ce23d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/flavors/rke2/etcd-disk/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ patches:
agentConfig:
additionalUserData:
config: |-
diskSetup:
disk_setup:
/dev/sdc:
layout: true
fs_setup:
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/rke2/full-vpcless/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ patches:
agentConfig:
additionalUserData:
config: |-
diskSetup:
disk_setup:
/dev/sdc:
layout: true
fs_setup:
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/rke2/full/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ patches:
agentConfig:
additionalUserData:
config: |-
diskSetup:
disk_setup:
/dev/sdc:
layout: true
fs_setup:
Expand Down

0 comments on commit ce23d63

Please sign in to comment.