Skip to content

Commit

Permalink
Merge pull request #147 from projectsyn/refactor/priorityclass
Browse files Browse the repository at this point in the history
Use Helm values to set priorityClassName
  • Loading branch information
DebakelOrakel authored Aug 2, 2024
2 parents 9da1086 + 28b9d83 commit d92e2ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
3 changes: 0 additions & 3 deletions class/backup-k8up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ parameters:
- type: jsonnet
filter: postprocess/optional_global_config.jsonnet
path: ${_instance}/01_k8up_helmchart/k8up/templates
- type: jsonnet
filter: postprocess/add_priorityclass.jsonnet
path: ${_instance}/01_k8up_helmchart/k8up/templates
1 change: 1 addition & 0 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ parameters:
replicaCount: 1
image: ${backup_k8up:images:k8up}
cleanup: ${backup_k8up:images:kubectl}
priorityClassName: ${backup_k8up:priorityClass}
k8up:
enableLeaderElection: true
timezone: "Etc/UTC"
Expand Down
20 changes: 0 additions & 20 deletions postprocess/add_priorityclass.jsonnet

This file was deleted.

0 comments on commit d92e2ae

Please sign in to comment.