Skip to content

Commit

Permalink
[admission] Add priorityClassName (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
timuthy authored Jul 19, 2024
1 parent 13e1c91 commit 956cc13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
networking.resources.gardener.cloud/to-virtual-garden-kube-apiserver-tcp-443: allowed
{{ include "labels" . | indent 8 }}
spec:
{{- if .Values.global.priorityClassName }}
priorityClassName: {{ .Values.global.priorityClassName }}
{{- end }}
serviceAccountName: {{ include "name" . }}
{{- if .Values.global.kubeconfig }}
automountServiceAccountToken: false
Expand Down
1 change: 1 addition & 0 deletions charts/gardener-extension-admission-openstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ global:
repository: europe-docker.pkg.dev/gardener-project/public/gardener/extensions/admission-openstack
tag: latest
pullPolicy: IfNotPresent
# priorityClassName: gardener-garden-system-400
replicaCount: 1
resources: {}
metricsPort: 8080
Expand Down

0 comments on commit 956cc13

Please sign in to comment.