ansible / awx-resource-operator

41 stars 34 forks source link

JobTemplate is created appears to invoke the Job by default #35

Closed mikeshng closed 4 years ago

mikeshng commented 4 years ago

Reported by @mdelder It seems like when the Job Template is created, a job is launch by default. We most likely want that default to be turned off and configurable by a spec value.

mikeshng commented 4 years ago

@mdelder not sure if this issue is valid. I just created a job template using the example CR https://github.com/ansible/awx-resource-operator/blob/devel/deploy/crds/tower.ansible.com_v1alpha1_jobtemplate_cr.yaml and I don't see a new Job instance being launched until I specifically launch it myself.

Please reopen if you are able to reproduce.