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