From e2aef8330e2071d873d93d42f6277df34b3c200b Mon Sep 17 00:00:00 2001 From: lucas-benedito <55454581+lucas-benedito@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:09:31 +0100 Subject: [PATCH] Update the default crd example for the up.sh (#2061) --- dev/awx-cr/awx-openshift-cr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/awx-cr/awx-openshift-cr.yml b/dev/awx-cr/awx-openshift-cr.yml index 722968a6..2d8664c5 100644 --- a/dev/awx-cr/awx-openshift-cr.yml +++ b/dev/awx-cr/awx-openshift-cr.yml @@ -7,7 +7,7 @@ spec: service_type: clusterip ingress_type: Route - # Secrets - admin_password_secret: custom-admin-password - postgres_configuration_secret: custom-pg-configuration - secret_key_secret: custom-secret-key + # # Secrets + # admin_password_secret: custom-admin-password + # postgres_configuration_secret: custom-pg-configuration + # secret_key_secret: custom-secret-key