Skip to content

Commit 70ea17b

Browse files
committed
add timestamp to helm manifests
1 parent 3f9ef9f commit 70ea17b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

infrastructure/whiteboard-app/templates/client-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
app: whiteboard-client-selector
1111
template:
1212
metadata:
13+
annotations:
14+
deploy-timestamp: "{{ now }}"
1315
labels:
1416
app: whiteboard-client-selector
1517
spec:

infrastructure/whiteboard-app/templates/server-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
app: whiteboard-server-selector
1111
template:
1212
metadata:
13+
annotations:
14+
deploy-timestamp: "{{ now }}"
1315
labels:
1416
app: whiteboard-server-selector
1517
spec:

0 commit comments

Comments
 (0)