Hello,
According the documentation awx-operator/docs/user-guide/advanced-configuration/pods-termination-grace-period.md at devel · ansible/awx-operator · GitHub
and announced in the AWX-Operator version 1.3.0 Release 1.3.0 · ansible/awx-operator · GitHub We are trying to deploy this new feature via Helm value file but receiving error. What is wrong in our Helm value file and how we can use this feature via the Helm values? Thanks in advance.
Error: UPGRADE FAILED: error validating “”: error validating data: ValidationError(AWX.spec): unknown field “termination_grace_period_seconds” in com.ansible.awx.v1beta1.AWX.spec
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
awx-dev-awx-operator awx 46 2023-09-28 09:13:25.71129122 +0000 UTC deployed awx-operator-2.5.3 2.5.3
values.yaml
AWX:
enabled: true
name: awx-dev
spec:
termination_grace_period_seconds: 60
ee_images:
- name: custom-awx-ee
image: xxxxx
ee_pull_credentials_secret: awx-dev-ee-pull-credentials
replicas: 2
admin_user: admin
admin_password_secret: custom-admin-password
ingress_type: ingress
ingress_class_name: awx-dev
hostname: xxxxx
ingress_tls_secret: awx-dev-tls
secret_key_secret: custom-awx-secret-key
postgres:
enabled: true
host: xxxxx
port: 5432
dbName: awx
username: awx
sslmode: prefer
type: unmanaged