From c73b22cf131b445acb3bb8e74c0aa4d76bc37da5 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Tue, 15 Oct 2024 09:57:44 +0300 Subject: [PATCH] infrastructure: base: isc-dhcp: Update command. --- infrastructure/base/isc-dhcp/daemonset.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infrastructure/base/isc-dhcp/daemonset.yaml b/infrastructure/base/isc-dhcp/daemonset.yaml index d077f9900..32f973d84 100644 --- a/infrastructure/base/isc-dhcp/daemonset.yaml +++ b/infrastructure/base/isc-dhcp/daemonset.yaml @@ -27,10 +27,9 @@ spec: - image: nixery.dev/shell/coreutils/util-linux/dhcpcd name: dhcpd command: - - /sbin/dhcpd + - /bin/sleep args: - - -c - - /etc/dhcpd.conf + - infinity volumeMounts: - mountPath: /etc/dhcpd.conf subPath: dhcpd.conf