Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion charts/openclaw-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ spec:
mountPath: /home/node/.openclaw
- name: tmp
mountPath: /tmp


{{- with .Values.extraInitContainers }}
{{- toYaml . | nindent 6 }}
{{- end }}

containers:
- name: main
image: "{{ include "openclaw-helm.image" . }}"
Expand Down
3 changes: 3 additions & 0 deletions charts/openclaw-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ podSecurityContext: {}
# podSecurityContext:
# fsGroup: 1000

# extraInitContainers adds init containers after the built-in ones (init-config, init-skills)
extraInitContainers: []

# extraContainers adds sidecar containers to the pod
extraContainers: []

Expand Down