From 1d5bc8a9c135ef50e652d7f7161640ec348efef3 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 11 Jan 2024 17:51:01 +0100 Subject: [PATCH] why? --- infrastructure/external-dns/cronjob.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/external-dns/cronjob.yaml b/infrastructure/external-dns/cronjob.yaml index b98213c..0ef102a 100644 --- a/infrastructure/external-dns/cronjob.yaml +++ b/infrastructure/external-dns/cronjob.yaml @@ -41,7 +41,9 @@ spec: command: ["octodns-sync"] args: - - --config-file /etc/octodns/config.yaml # --doit + - --config-file + - /etc/octodns/config.yaml + #- --doit volumeMounts: - name: octodns-config mountPath: /etc/octodns