Skip to content

Commit

Permalink
Merging pull request 437
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>

* github.com:confidential-containers/operator:
  ccruntime: Stop mounting /opt/kata
  • Loading branch information
ldoktor committed Sep 5, 2024
2 parents f875faf + f239b9a commit 72faf4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/samples/ccruntime/base/ccruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ spec:
name: crio-conf
- mountPath: /etc/containerd/
name: containerd-conf
- mountPath: /opt/kata/
name: kata-artifacts
- mountPath: /usr/local/bin/
name: local-bin
- mountPath: /host/
Expand All @@ -35,10 +33,6 @@ spec:
path: /etc/containerd/
type: ""
name: containerd-conf
- hostPath:
path: /opt/kata/
type: DirectoryOrCreate
name: kata-artifacts
- hostPath:
path: /usr/local/bin/
type: ""
Expand Down

0 comments on commit 72faf4b

Please sign in to comment.