diff --git a/charts/qpoint-tap/templates/daemonset.yaml b/charts/qpoint-tap/templates/daemonset.yaml index 74e8ec7..97e5098 100644 --- a/charts/qpoint-tap/templates/daemonset.yaml +++ b/charts/qpoint-tap/templates/daemonset.yaml @@ -116,6 +116,10 @@ spec: {{- with .Values.volumeMounts }} {{- toYaml . | nindent 12 }} {{- end }} + {{- if .Values.integrations.containerd.enabled }} + - name: containerd-socket + mountPath: /run/containerd/containerd.sock + {{- end }} volumes: - name: config-volume configMap: @@ -126,6 +130,12 @@ spec: {{- with .Values.volumes }} {{- toYaml . | nindent 8 }} {{- end }} + {{- if .Values.integrations.containerd.enabled }} + - name: containerd-socket + hostPath: + path: {{ .Values.integrations.containerd.hostSocketPath }} + type: Socket + {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/qpoint-tap/values.yaml b/charts/qpoint-tap/values.yaml index 81c1325..93e0942 100644 --- a/charts/qpoint-tap/values.yaml +++ b/charts/qpoint-tap/values.yaml @@ -94,6 +94,11 @@ tolerations: [] affinity: {} +integrations: + containerd: + enabled: true + hostSocketPath: /run/containerd/containerd.sock + # API token registrationToken: "" # OR