Skip to content

Commit

Permalink
fix(deployment): priority class name
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Oct 2, 2024
1 parent 43375a2 commit a81b0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/cilium-egress-ha-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "cilium-egress-ha-operator.serviceAccountName" . }}
priorityClassName: {{ .Values.priorityClassName }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
Expand Down

0 comments on commit a81b0df

Please sign in to comment.