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