Skip to content

Commit

Permalink
feat: add STEADYBIT_EXTENSION_CONTAINER_RUNTIME = containerd and STEA…
Browse files Browse the repository at this point in the history
…DYBIT_EXTENSION_CONTAINER_SOCKET= containerRuntimes.containerd.socket if containerRuntimes.containerd.socket is set during helm installation
  • Loading branch information
ansgarschulte committed Jan 10, 2025
1 parent dd6d200 commit f6db3be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/steadybit-extension-container/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ spec:
- name: STEADYBIT_EXTENSION_RUNC_DEBUG
value: "true"
{{- end }}
{{- if .Values.containerRuntimes.containerd.socket }}
- name: STEADYBIT_EXTENSION_CONTAINER_RUNTIME
value: "containerd"
- name: STEADYBIT_EXTENSION_CONTAINER_SOCKET
value: {{ .Values.containerRuntimes.containerd.socket | quote }}
{{- end }}
- name: STEADYBIT_EXTENSION_HOSTNAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit f6db3be

Please sign in to comment.