fix(nova): Include custom job annotations for the nova-cell-setup job.
Change-Id: If9c6fa1f2c3a8821ded125b39921f247482335d5
This commit is contained in:
parent
b6fa5ad3dc
commit
63364b0e57
@ -26,6 +26,7 @@ metadata:
|
||||
{{ tuple $envAll "nova" "cell-setup" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
annotations:
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
|
||||
{{ tuple "nova_cell_setup" $envAll | include "helm-toolkit.snippets.custom_job_annotations" | indent 4 }}
|
||||
spec:
|
||||
template:
|
||||
metadata:
|
||||
|
4
releasenotes/notes/nova-b0749b6144e2b871.yaml
Normal file
4
releasenotes/notes/nova-b0749b6144e2b871.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
nova:
|
||||
- Add custom annotations to the nova-cell-setup job
|
||||
...
|
Loading…
x
Reference in New Issue
Block a user