Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: refactor deployment and statefulset to be more similar #117

Merged

Conversation

nobbs
Copy link
Contributor

@nobbs nobbs commented Aug 22, 2023

Description of the change

"Sync" the manifest templates for Deployment and StatefulSet so that the available options like enabling / disabling probes, additional pod labels etc. are used in both resource types.

Benefits

Possible drawbacks

Applicable issues

Additional information

Not sure if this warrants a version bump. The change does potentially change the final deployment / statefulset manifest depending on the values used 🤷🏻

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the README.md

Resolves "podLabels not included when useDeploy is true dirsigler#114"

Signed-off-by: Alexej Disterhoft <alexej@disterhoft.de>
@nobbs nobbs requested a review from dirsigler as a code owner August 22, 2023 17:10
Signed-off-by: Alexej Disterhoft <alexej@disterhoft.de>
@nobbs nobbs force-pushed the chore/sync-deploy-and-statefulset-manifest branch from 782b27c to 7a9f101 Compare August 22, 2023 17:13
Copy link
Owner

@dirsigler dirsigler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you very much! Looks good.

@dirsigler dirsigler merged commit ee6f420 into dirsigler:main Aug 22, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

podLabels not included when useDeploy is true
2 participants