Skip to content

Commit 907f6f5

Browse files
chifu1234Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 84f942a commit 907f6f5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ spec:
4444
initContainers:
4545
- name: install-capsule-plugin
4646
image: ghcr.io/projectcapsule/headlamp-plugin:vX.Y.Z
47-
command: ['cp', '-r', '/plugins/capsule', '/plugins']
47+
command: ['/bin/cp', '-r', '/plugins/capsule', '/target/plugins']
48+
volumeMounts:
49+
- name: plugins
50+
mountPath: /target/plugins
51+
containers:
52+
- name: headlamp
4853
volumeMounts:
4954
- name: plugins
5055
mountPath: /plugins

0 commit comments

Comments
 (0)