You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is, on sentinelone agent DaemonSet, possibility to set Pod template level annotations. Can you please add DaemonSet level annotations as well? Something like this:
apiVersion: {{ template "daemonset.apiVersion" . }}
kind: DaemonSet
metadata:
name: {{ include "agent.fullname" . }}
labels: {{- include "sentinelone.agent.labels" . | nindent 4 }}
{{- if .Values.agent.annotations }}
annotations:
{{ toYaml .Values.agent.annotations | indent 4 }}
{{- end }}
...
Use case - I wish to configure stakater reloader in order to restart sentinelone agent Pods each time certificate stored in sentinelone-helper secret is updated:
Hi team,
there is, on sentinelone agent DaemonSet, possibility to set Pod template level annotations. Can you please add DaemonSet level annotations as well? Something like this:
Use case - I wish to configure stakater reloader in order to restart sentinelone agent Pods each time certificate stored in sentinelone-helper secret is updated:
Thanks
Paweł
The text was updated successfully, but these errors were encountered: