Skip to content

Commit

Permalink
add: timestamp to monitor deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
akshat5302 committed Sep 25, 2024
1 parent 2b56d04 commit fc3f237
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
metadata:
labels:
app.name: {{ .Release.Namespace }}-{{ .Release.Name }}-monitor
annotations:
timestamp: {{ now | quote }}
spec:
containers:
- image: {{ .Values.services.monitor.image | default "registry.plane.tools/plane/monitor-enterprise" }}:{{ .Values.planeVersion }}
Expand Down

0 comments on commit fc3f237

Please sign in to comment.