Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/s1-agent/templates/common/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ kind: Secret
metadata:
name: {{ include "helper.secret.name" . }}
labels: {{- include "sentinelone.helper.labels" . | nindent 4 }}
annotations:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roberth1988 can you elaborate on the motivation for this change?
Do you happen to know if the secret will be deleted after uninstall?

"helm.sh/hook": pre-install
"helm.sh/hook-delete-policy": "before-hook-creation"
type: kubernetes.io/tls
data: {{- include "helper.certificates" . | nindent 2 }}
{{- end }}
Expand Down