Skip to content

Commit

Permalink
enclave-cc: Remove ununsed hostPath mounts
Browse files Browse the repository at this point in the history
88dda3e removed those from one part of
the config, but forgot to remove those from the pre-install /
post-uninstall parts.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Aug 31, 2023
1 parent 5b92304 commit d070983
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions config/samples/enclave-cc/base/ccruntime-enclave-cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ spec:
name: confidential-containers-artifacts
- mountPath: /etc/systemd/system/
name: etc-systemd-system
- mountPath: /var/run/dbus/system_bus_socket
name: dbus
- mountPath: /run/systemd/system
name: systemd
volumes:
- hostPath:
path: /opt/confidential-containers/
Expand All @@ -66,14 +62,6 @@ spec:
path: /etc/systemd/system/
type: ""
name: etc-systemd-system
- hostPath:
path: /var/run/dbus/system_bus_socket
type: ""
name: dbus
- hostPath:
path: /run/systemd/system
type: ""
name: systemd
environmentVariables:
# If set to true, this will install the CoCo fork of the containerd on the node.
# default: true
Expand All @@ -86,10 +74,6 @@ spec:
name: confidential-containers-artifacts
- mountPath: /etc/systemd/system/
name: etc-systemd-system
- mountPath: /var/run/dbus/system_bus_socket
name: dbus
- mountPath: /run/systemd/system
name: systemd
volumes:
- hostPath:
path: /opt/confidential-containers/
Expand All @@ -99,14 +83,6 @@ spec:
path: /etc/systemd/system/
type: ""
name: etc-systemd-system
- hostPath:
path: /var/run/dbus/system_bus_socket
type: ""
name: dbus
- hostPath:
path: /run/systemd/system
type: ""
name: systemd
environmentVariables:
# If set to true, this will install the CoCo fork of the containerd on the node.
# default: true
Expand Down

0 comments on commit d070983

Please sign in to comment.