Skip to content

Commit

Permalink
sysctl: add priorityClass and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jul 24, 2024
1 parent a97046a commit a7b42f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sysctl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6
1 change: 1 addition & 0 deletions charts/sysctl/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
serviceAccountName: {{ include "sysctl.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
priorityClassName: system-node-critical
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit a7b42f7

Please sign in to comment.