Skip to content

Commit

Permalink
Adapt the priorityClassName according to the gardener documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Gostev committed Jul 6, 2022
1 parent 3894653 commit 1954545
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
4 changes: 0 additions & 4 deletions charts/gardener-extension-kupid/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@ app.kubernetes.io/name: {{ include "policy-name" . }}
{{- define "policy-label-release" -}}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}}

{{- define "priorityclassversion" -}}
scheduling.k8s.io/v1
{{- end -}}
2 changes: 1 addition & 1 deletion charts/gardener-extension-kupid/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{ include "labels" . | indent 4 }}
spec:
priorityClassName: gardener-extension-kupid
priorityClassName: gardener-system-900
revisionHistoryLimit: 0
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
7 changes: 0 additions & 7 deletions charts/gardener-extension-kupid/templates/priorityclass.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion example/controller-registration.yaml

Large diffs are not rendered by default.

0 comments on commit 1954545

Please sign in to comment.