Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cinder/templates/cron-job-cinder-db-purge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
annotations:
{{ dict "envAll" $envAll "podName" $serviceAccountName "containerNames" (list "db-purge" "init") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 12 }}
spec:
{{ tuple "cinder_db_purge" . | include "helm-toolkit.snippets.kubernetes_pod_priority_class" | indent 10 }}
{{ tuple "cinder_db_purge" . | include "helm-toolkit.snippets.kubernetes_pod_runtime_class" | indent 10 }}
{{ dict "envAll" $envAll "application" "db_purge" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 10 }}
serviceAccountName: {{ $serviceAccountName }}
restartPolicy: OnFailure
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/cinder-ddd3bb79dff72ba6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
cinder:
- |
Add missing priority class and runtime class definition for cinder_db_purge
...