From 24d86abfc48682308b8d7d2ea03342d155f928ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Tue, 11 Nov 2025 13:58:36 +0100 Subject: [PATCH] feat(deployment): add cron support --- 7project/charts/myapp-chart/templates/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7project/charts/myapp-chart/templates/cron.yaml b/7project/charts/myapp-chart/templates/cron.yaml index 6f5033f..67b0870 100644 --- a/7project/charts/myapp-chart/templates/cron.yaml +++ b/7project/charts/myapp-chart/templates/cron.yaml @@ -20,6 +20,6 @@ spec: - /dev/null - -w - "%{http_code}" - - "{{ printf "%s://%s.%s.svc.cluster.local" .Values.cron.scheme .Values.app.name .Release.Namespace | quote }}{{ .Values.cron.endpoint }}" + - {{ printf "%s://%s.%s.svc.cluster.local%s" .Values.cron.scheme .Values.app.name .Release.Namespace .Values.cron.endpoint | quote }} restartPolicy: OnFailure {{- end }} \ No newline at end of file