From 2d3f5feb9102f7f241e6d0e81f93953d25043c30 Mon Sep 17 00:00:00 2001 From: Deep Mistry Date: Wed, 19 Nov 2025 17:39:14 -0500 Subject: [PATCH] Update secret bootstrap config with deterministic field ordering (sorted by Cluster, Namespace, Name) --- core-services/ci-secret-bootstrap/_config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core-services/ci-secret-bootstrap/_config.yaml b/core-services/ci-secret-bootstrap/_config.yaml index b41ea286f6cb3..1c5f08cd2c89a 100644 --- a/core-services/ci-secret-bootstrap/_config.yaml +++ b/core-services/ci-secret-bootstrap/_config.yaml @@ -2875,12 +2875,12 @@ secret_configs: name: cluster-secrets-oci-assisted namespace: ci - from: - osServicePrincipal.json: - field: osServicePrincipal.json - item: os4-installer.openshift-ci.azure baseDomain: field: public_hosted_zone item: os4-installer.openshift-ci.azure + osServicePrincipal.json: + field: osServicePrincipal.json + item: os4-installer.openshift-ci.azure pull-secret: dockerconfigJSON: - auth_field: token_image-puller_app.ci_reg_auth_value.txt @@ -3121,12 +3121,12 @@ secret_configs: name: cluster-secrets-azurestack namespace: ci - from: - osServicePrincipal.json: - field: osServicePrincipal.json - item: os4-installer.openshift-ci2.azure baseDomain: field: public_hosted_zone item: os4-installer.openshift-ci2.azure + osServicePrincipal.json: + field: osServicePrincipal.json + item: os4-installer.openshift-ci2.azure pull-secret: dockerconfigJSON: - auth_field: token_image-puller_app.ci_reg_auth_value.txt