Skip to content

Commit

Permalink
Update automation TTL description
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Oct 1, 2024
1 parent d1f2a2f commit 706f577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/v1beta1/policyautomation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type AutomationDef struct {
// +kubebuilder:validation:MinLength=1
TowerSecret string `json:"secret"`

// JobTTL sets the time to live for the Kubernetes AnsibleJob object after the Ansible job run has
// finished.
// JobTTL sets the time to live for the Kubernetes Job object after the Ansible job playbook run
// has finished.
JobTTL *int `json:"jobTtl,omitempty"`

// The maximum number of violating cluster contexts that are provided to the Ansible job as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
x-kubernetes-preserve-unknown-fields: true
jobTtl:
description: >-
JobTTL sets the time to live for the Kubernetes AnsibleJob object after the Ansible job run has
finished.
JobTTL sets the time to live for the Kubernetes Job object after the Ansible job playbook run
has finished.
type: integer
name:
description: Name of the Ansible Template to run in Ansible Automation
Expand Down

0 comments on commit 706f577

Please sign in to comment.