feat: add gitRevision annotation for auto-restart on git changes
This commit is contained in:
@@ -18,6 +18,9 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: storefront
|
||||
annotations:
|
||||
# Git revision annotation - changes with each commit to force pod restart
|
||||
gitRevision: ${GIT_REVISION}
|
||||
spec:
|
||||
initContainers:
|
||||
- name: clone
|
||||
|
||||
Reference in New Issue
Block a user