Skip to content

Commit

Permalink
Merge branch 'main' into add-ipv6-patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 2, 2024
2 parents bf5cfc1 + 3260daf commit 8491319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tinkerbell/smee/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ spec:
- -tftp-timeout={{ .Values.tftp.timeout }}
- -tftp-port={{ .Values.tftp.port }}
- -syslog-port={{ .Values.syslog.port }}
{{- if not .Values.hostNetwork }}
- -http-addr={{ .Values.http.ip }}
- -syslog-addr={{ .Values.syslog.ip }}
- -tftp-addr={{ .Values.tftp.ip }}
Expand All @@ -87,7 +86,6 @@ spec:
- -dhcp-syslog-ip={{ .Values.dhcp.syslogIp }}
- -dhcp-tftp-ip={{ .Values.dhcp.tftpIp }}
- -dhcp-ip-for-packet={{ .Values.dhcp.ipForPacket }}
{{- end }}
{{- range .Values.additionalArgs }}
- {{ . }}
{{- end }}
Expand Down

0 comments on commit 8491319

Please sign in to comment.