Skip to content

Commit

Permalink
Adapt cilium-agent chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes committed Aug 16, 2022
1 parent 04c47bf commit d5f9b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/internal/cilium/charts/agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ spec:
{{- if and (eq .Release.Namespace "kube-system") (or (gt .Capabilities.KubeVersion.Minor "10") (gt .Capabilities.KubeVersion.Major "1"))}}
priorityClassName: system-node-critical
{{- end }}
securityContext:
fsGroup: 1
supplementalGroups:
- 1
serviceAccount: "cilium"
serviceAccountName: "cilium"
terminationGracePeriodSeconds: 1
Expand Down

0 comments on commit d5f9b75

Please sign in to comment.