Skip to content

Commit 3e6b66d

Browse files
authored
Merge pull request #513 from asungur/fixstartupscripttag
fix: Update example to use the correct tag on `startup-script`
2 parents 40e36d4 + c9412a1 commit 3e6b66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gke-daemonset-raid-disks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
hostPID: true
2727
containers:
2828
- name: startup-script
29-
image: registry.k8s.io/startup-script:v1
29+
image: registry.k8s.io/startup-script:v2
3030
securityContext:
3131
privileged: true
3232
env:

0 commit comments

Comments
 (0)