Skip to content

Commit 706f577

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Update automation TTL description
Signed-off-by: Dale Haiducek <[email protected]>
1 parent d1f2a2f commit 706f577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/v1beta1/policyautomation_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ type AutomationDef struct {
4444
// +kubebuilder:validation:MinLength=1
4545
TowerSecret string `json:"secret"`
4646

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

5151
// The maximum number of violating cluster contexts that are provided to the Ansible job as

deploy/crds/policy.open-cluster-management.io_policyautomations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ spec:
5656
x-kubernetes-preserve-unknown-fields: true
5757
jobTtl:
5858
description: >-
59-
JobTTL sets the time to live for the Kubernetes AnsibleJob object after the Ansible job run has
60-
finished.
59+
JobTTL sets the time to live for the Kubernetes Job object after the Ansible job playbook run
60+
has finished.
6161
type: integer
6262
name:
6363
description: Name of the Ansible Template to run in Ansible Automation

0 commit comments

Comments
 (0)