From 706f577f2e2110ed3ba884482e2c52e8ef813c00 Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:51:09 -0400 Subject: [PATCH] Update automation TTL description Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- api/v1beta1/policyautomation_types.go | 4 ++-- .../policy.open-cluster-management.io_policyautomations.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1beta1/policyautomation_types.go b/api/v1beta1/policyautomation_types.go index 6985e117..a15cb14d 100644 --- a/api/v1beta1/policyautomation_types.go +++ b/api/v1beta1/policyautomation_types.go @@ -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 diff --git a/deploy/crds/policy.open-cluster-management.io_policyautomations.yaml b/deploy/crds/policy.open-cluster-management.io_policyautomations.yaml index 2a5ed4d4..07aa3116 100644 --- a/deploy/crds/policy.open-cluster-management.io_policyautomations.yaml +++ b/deploy/crds/policy.open-cluster-management.io_policyautomations.yaml @@ -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