Skip to content

Commit

Permalink
feat: Set priority on post-install hook (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo authored Jun 12, 2023
1 parent 0b3686f commit 54034c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kubefed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
description: KubeFed helm chart
name: kubefed
version: 0.10.1
version: 0.10.3
kubeVersion: ">= 1.16.0-0"
dependencies:
- name: controllermanager
version: 0.10.1
version: 0.10.3
repository: "https://localhost/" # Required but unused.
condition: controllermanager.enabled
4 changes: 2 additions & 2 deletions charts/kubefed/charts/controllermanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.10.1"
appVersion: "0.10.3"
description: A Helm chart for KubeFed Controller Manager
name: controllermanager
version: 0.10.1
version: 0.10.3
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
restartPolicy: Never
serviceAccountName: kubefed-config-hook
automountServiceAccountToken: true
{{- if .Values.global.priorityClassName }}
priorityClassName: "{{ .Values.global.priorityClassName }}"
{{- end }}
containers:
- name: post-install-job
image: "{{ .Values.postInstallJob.repository }}/{{ .Values.postInstallJob.image }}:{{ .Values.postInstallJob.tag }}"
Expand Down

0 comments on commit 54034c6

Please sign in to comment.