Skip to content

Commit

Permalink
Update eks-daemonset-raid-disks.yaml (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 15, 2024
1 parent 69bf8c5 commit c30fc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/samples/raid-disks/eks-daemonset-raid-disks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostPID: true
containers:
- name: startup-script
image: megabyte875/startup-script
image: vesoft/startup-script
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down Expand Up @@ -57,4 +57,4 @@ spec:
echo "Mounting '${device}' at '${mountpoint}'"
mount -o discard,defaults "${device}" "${mountpoint}"
chmod a+w "${mountpoint}"
rm -rf /mnt/disks/raid0/*
rm -rf /mnt/disks/raid0/*

0 comments on commit c30fc0b

Please sign in to comment.