Skip to content

Commit

Permalink
fix(agent): Reorder volume list (replace #1899) (#1917)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Sommer <[email protected]>
  • Loading branch information
mavimo and gso-dc authored Sep 5, 2024
1 parent 2d94816 commit 16f961e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
type: application
version: 1.29.0
version: 1.29.1
6 changes: 3 additions & 3 deletions charts/agent/templates/securitycontextconstraint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ supplementalGroups:
users:
- system:serviceaccount:{{ include "agent.namespace" . }}:{{ template "agent.serviceAccountName" .}}
volumes:
- hostPath
- emptyDir
- secret
- configMap
- downwardAPI
- emptyDir
- hostPath
- secret
{{- end }}

0 comments on commit 16f961e

Please sign in to comment.