Currently, pulumi jobs are executed regularly as a cron job. The operator should support executing jobs only ad hoc. Possible triggers could be: - [ ] Webhook - [ ] Git metadata (fetch, compare latest commit) - [ ] Platform-specific APIs (GitHub, GitLab, DockerHub) - [ ] Manual trigger via a dashboard
Currently, pulumi jobs are executed regularly as a cron job. The operator should support executing jobs only ad hoc. Possible triggers could be: