I am running SCDF on Kubernetes and have scheduled some tasks. I have to pass annotations to my tasks. I have given the following annotations in env:
- name: SPRING_CLOUD_DEPLOYER_KUBERNETES_POD_ANNOTATIONS
value:
- name: SPRING_CLOUD_DEPLOYER_KUBERNETES_JOB_ANNOTATIONS
value:
These work when i manually trigger the task. I also want these annotations to be added to pods created by scheduled cron jobs. How can i do that?
I tried the following annotations:
- name: SPRING_CLOUD_SCHEDULER_KUBERNETES_POD_ANNOTATIONS
value:
- name: SPRING_CLOUD_SCHEDULER_KUBERNETES_JOB_ANNOTATIONS
value: