Skip to content

helm: added k8s pod uid env#51

Merged
CL-SHLOMIKONCHA merged 1 commit into
masterfrom
helm/k8s-pod-uid
Jun 17, 2026
Merged

helm: added k8s pod uid env#51
CL-SHLOMIKONCHA merged 1 commit into
masterfrom
helm/k8s-pod-uid

Conversation

@CL-SHLOMIKONCHA

Copy link
Copy Markdown
Contributor

This pull request introduces a minor change to the Kubernetes deployment manifest by adding a new environment variable to the container specification. The new variable exposes the pod's unique identifier to the running application.

  • Deployment manifest update:
    • Added the K8S_POD_UID environment variable to the container, sourcing its value from the pod's metadata UID. This allows the application to access its own Kubernetes pod UID at runtime.
Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

@CL-SHLOMIKONCHA CL-SHLOMIKONCHA merged commit 301f1ce into master Jun 17, 2026
4 checks passed
@CL-SHLOMIKONCHA CL-SHLOMIKONCHA deleted the helm/k8s-pod-uid branch June 17, 2026 10:54
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.

2 participants