mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-05 16:37:43 +00:00
🧱(helm) include app labels and cron job name in cron jobs
Jobs created from cron jobs were lacking some labels that ease with targetting them notably as part of network policies.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: meet
|
||||
version: 0.0.24
|
||||
version: 0.0.25
|
||||
|
||||
@@ -23,6 +23,9 @@ items:
|
||||
template:
|
||||
metadata:
|
||||
name: {{ $fullName }}-{{ .name }}
|
||||
labels:
|
||||
cronjob-name: {{ .name }}
|
||||
{{- include "meet.common.labels" (list $ $component) | nindent 16 }}
|
||||
spec:
|
||||
{{- if $.Values.image.credentials }}
|
||||
imagePullSecrets:
|
||||
|
||||
Reference in New Issue
Block a user