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 32fb427 commit c73b22c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infrastructure/base/isc-dhcp/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c73b22c

Please sign in to comment.