Skip to content

Commit dec0d3e

Browse files
committed
Separate args to make command and args separately overridable
1 parent 5417130 commit dec0d3e

File tree

4 files changed

+167
-37
lines changed

4 files changed

+167
-37
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.tgz
2+
3+
**/.claude/settings.local.json

varnish-cache/templates/_pod.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ Declares the Varnish Cache container
257257
{{- toYaml .Values.server.command | nindent 4 }}
258258
{{- else }}
259259
- /usr/sbin/varnishd
260+
{{- end }}
261+
args:
262+
{{- if hasKey .Values.server "args" }}
263+
{{- toYaml .Values.server.args | nindent 4 }}
264+
{{- else }}
260265
- -F
261266
{{- if .Values.server.http.enabled }}
262267
- -a

0 commit comments

Comments
 (0)