add deployment labels to deployment #649

Merged
dcrussell merged 3 commits from main into main 2024-05-02 04:43:42 +00:00
dcrussell commented 2024-04-29 16:59:03 +00:00 (Migrated from gitea.com)

Description of the change

Applies deployment.labels to the deployment itself.

Benefits

Allows the user to add labels to the deployment.

Possible drawbacks

None

Checklist

  • Parameters are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Breaking changes are documented in the README.md
  • Templating unittests are added
### Description of the change Applies `deployment.labels` to the deployment itself. ### Benefits Allows the user to add labels to the deployment. ### Possible drawbacks None ### Checklist <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] --> - [X] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [X] Breaking changes are documented in the `README.md` - [X] Templating unittests are added
pat-s (Migrated from gitea.com) reviewed 2024-04-29 16:59:04 +00:00
justusbunsi commented 2024-04-29 17:21:43 +00:00 (Migrated from gitea.com)

@dcrussell please add a unittest that ensure this feature long-term. Thanks for proposing this addition.

@dcrussell please add a unittest that ensure this feature long-term. Thanks for proposing this addition.
dcrussell commented 2024-04-29 21:41:48 +00:00 (Migrated from gitea.com)

never used helm unittests before. wasn't sure where to add it.. basic seemed sensible to me.

never used helm unittests before. wasn't sure where to add it.. basic seemed sensible to me.
dcrussell commented 2024-05-01 14:57:05 +00:00 (Migrated from gitea.com)

@justusbunsi am i missing something else on this pr ?

@justusbunsi am i missing something else on this pr ?
justusbunsi commented 2024-05-01 16:57:05 +00:00 (Migrated from gitea.com)

@justusbunsi am i missing something else on this pr ?

https://gitea.com/gitea/helm-chart/actions/runs/812/jobs/0 failure is related. Please add the missing empty line at the end. 😆

Otherwise, good to be merged.

> @justusbunsi am i missing something else on this pr ? https://gitea.com/gitea/helm-chart/actions/runs/812/jobs/0 failure is related. Please add the missing empty line at the end. 😆 Otherwise, good to be merged.
justusbunsi (Migrated from gitea.com) approved these changes 2024-05-02 04:42:36 +00:00
justusbunsi (Migrated from gitea.com) left a comment

LGTM

LGTM
Sign in to join this conversation.
No description provided.