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

feat: Add checksum annotations for ConfigMap and Secret to trigger pod restart on changes #58

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

h1manshu98
Copy link
Member

what

  • Added checksum annotations for ConfigMap and Secret in the Deployment YAML template.
    • checksum/config: Includes the checksum of the configmap.yaml.
    • checksum/secret: Includes the checksum of the secret.yaml.

why

  • To ensure that pods automatically restart whenever there are changes in the associated ConfigMap or Secret.
  • This avoids manual intervention to roll out updates and ensures smooth propagation of configuration changes to the pods.

@h1manshu98 h1manshu98 added the enhancement New feature or request label Jan 13, 2025
@h1manshu98 h1manshu98 self-assigned this Jan 13, 2025
@h1manshu98 h1manshu98 marked this pull request as draft January 15, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant