Skip to content

Commit

Permalink
feat: add status and date to card (#11)
Browse files Browse the repository at this point in the history
* feat: add status and date to card

* feat: add status and date to card

* feat: add status and date to card

* feat: add status and date to card
  • Loading branch information
braghettos authored Dec 6, 2024
1 parent f9e1359 commit aed9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/card.template-card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
tags: {{ .Release.Namespace }},{{ .Values.portal.card.tags }}
date: {{ now }}
date: {{ now | date "2006-01-02T15:04:05" }}

0 comments on commit aed9eeb

Please sign in to comment.