Mohammad Nazeeruddin
01/17/2022, 8:48 AM'dagster-k8s/config': {
'job_spec_config': {
'ttl_seconds_after_finished': 60
},
Is it possible to add annotations in job_spec_config ?
{ "annotations" : "<http://argocd.argoproj.io/sync-options|argocd.argoproj.io/sync-options>": "Prune=false" }
job_metadata {
"annotations" : "<http://argocd.argoproj.io/sync-options|argocd.argoproj.io/sync-options>": "Prune=false"
}
Can we configure like this?daniel
01/17/2022, 6:51 PM