You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hyades): separate Job and Pod metadata for initializer
Split annotations and labels into Job-level and Pod-template-level
to allow independent customization. Add support for custom labels
on both Job and Pod. Wrap labels blocks in conditional to prevent
rendering empty labels fields.
Signed-off-by: rseleven <73898556+rseleven@users.noreply.github.com>
| initializer.image.tag | string |`""`| Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
151
+
| initializer.labels | object |`{}`||
151
152
| initializer.noHelmHook | bool |`false`| Whether to NOT deploy the initializer Job as `post-install` and `post-upgrade` Helm hook. Deploying as Helm hook can create deadlock situations when `helm install` and `helm upgrade` are executed with `--wait` flag. See <https://github.com/helm/helm/issues/10555>. Note that without hooks, `helm upgrade` may fail due to Job fields being immutable. |
0 commit comments