Skip to content

Commit

Permalink
Revert "feat: add STEADYBIT_EXTENSION_CONTAINER_RUNTIME = containerd …
Browse files Browse the repository at this point in the history
…and STEADYBIT_EXTENSION_CONTAINER_SOCKET= containerRuntimes.containerd.socket if containerRuntimes.containerd.socket is set during helm installation"

This reverts commit f6db3be.
  • Loading branch information
ansgarschulte committed Jan 10, 2025
1 parent 4d918ee commit f96039a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/steadybit-extension-container/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ 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 f96039a

Please sign in to comment.