Skip to content

Feature Request: add DaemonSet level annotations for sentinelone agent #185

@ppiorkow

Description

@ppiorkow

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:

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:

agent:
  annotations:
    secret.reloader.stakater.com/reload: "sentinelone-helper"

Thanks
Paweł

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions