Skip to content

Commit

Permalink
infrastructure: base: isc-dhcp: Update command.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 15, 2024
1 parent c73b22c commit 40aeb1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/base/isc-dhcp/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ spec:
- image: nixery.dev/shell/coreutils/util-linux/dhcpcd
name: dhcpd
command:
- /bin/sleep
- /sbin/dhcpd
args:
- infinity
- --config
- /etc/dhcpd.conf
volumeMounts:
- mountPath: /etc/dhcpd.conf
subPath: dhcpd.conf
Expand Down

0 comments on commit 40aeb1d

Please sign in to comment.