From 6390aeb527343fbaaa4ccf2821735e22534e6b76 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Thu, 30 Jul 2026 14:55:53 +0200 Subject: [PATCH] updated docs --- .helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/templates/deployment.yaml b/.helm/templates/deployment.yaml index fd7fe9b..50236b8 100644 --- a/.helm/templates/deployment.yaml +++ b/.helm/templates/deployment.yaml @@ -16,7 +16,7 @@ spec: labels: app: {{ .Values.app }} annotations: - deployment-timestamp: "{{ now | date \"20060102150405\" }}" + deployment-timestamp: "{{ now | date '20060102150405' }}" spec: securityContext: runAsNonRoot: true